f375e62
From d88afebe37fbaf40a5f43c1c82609abc69a629b3 Mon Sep 17 00:00:00 2001
f375e62
From: Aurelien Jarno <aurelien@aurel32.net>
f375e62
Date: Mon, 22 Oct 2012 00:50:58 +0200
f375e62
Subject: [PATCH] target-sparc64: disable VGA cirrus
f375e62
f375e62
OpenBIOS on sparc64 only support Standard VGA and not Cirrus VGA. Don't
f375e62
build Cirrus VGA support so that it can't be selected.
f375e62
f375e62
This fixes the breakage introduced by commit f2898771.
f375e62
f375e62
Reported-by: Richard Henderson <rth@twiddle.net>
f375e62
Cc: Blue Swirl <blauwirbel@gmail.com>
f375e62
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
f375e62
Tested-by: Richard Henderson <rth@twiddle.net>
f375e62
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
f375e62
(cherry picked from commit 0356404b0f1da939657cad1efeb556745cd430d5)
f375e62
f375e62
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
f375e62
---
f375e62
 default-configs/sparc64-softmmu.mak | 1 -
f375e62
 1 file changed, 1 deletion(-)
f375e62
f375e62
diff --git a/default-configs/sparc64-softmmu.mak b/default-configs/sparc64-softmmu.mak
f375e62
index c9a36c1..03e8b42 100644
f375e62
--- a/default-configs/sparc64-softmmu.mak
f375e62
+++ b/default-configs/sparc64-softmmu.mak
f375e62
@@ -6,7 +6,6 @@ CONFIG_M48T59=y
f375e62
 CONFIG_PTIMER=y
f375e62
 CONFIG_VGA=y
f375e62
 CONFIG_VGA_PCI=y
f375e62
-CONFIG_VGA_CIRRUS=y
f375e62
 CONFIG_SERIAL=y
f375e62
 CONFIG_PARALLEL=y
f375e62
 CONFIG_PCKBD=y