diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2012-10-22 00:50:58 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-10-27 14:36:04 +0000 |
commit | 0356404b0f1da939657cad1efeb556745cd430d5 (patch) | |
tree | 23a2c71c6d563ec606adee4c9d1c3c7e0d2eccc5 /default-configs/sparc64-softmmu.mak | |
parent | 8a527317059bb6ece8a01a8d5be92b5452fa5ad0 (diff) | |
download | qemu-0356404b0f1da939657cad1efeb556745cd430d5.zip qemu-0356404b0f1da939657cad1efeb556745cd430d5.tar.gz qemu-0356404b0f1da939657cad1efeb556745cd430d5.tar.bz2 |
target-sparc64: disable VGA cirrus
OpenBIOS on sparc64 only support Standard VGA and not Cirrus VGA. Don't
build Cirrus VGA support so that it can't be selected.
This fixes the breakage introduced by commit f2898771.
Reported-by: Richard Henderson <rth@twiddle.net>
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Tested-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/sparc64-softmmu.mak')
-rw-r--r-- | default-configs/sparc64-softmmu.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/sparc64-softmmu.mak b/default-configs/sparc64-softmmu.mak index c9a36c1..03e8b42 100644 --- a/default-configs/sparc64-softmmu.mak +++ b/default-configs/sparc64-softmmu.mak @@ -6,7 +6,6 @@ CONFIG_M48T59=y CONFIG_PTIMER=y CONFIG_VGA=y CONFIG_VGA_PCI=y -CONFIG_VGA_CIRRUS=y CONFIG_SERIAL=y CONFIG_PARALLEL=y CONFIG_PCKBD=y |