diff mbox

target-sparc64: disable VGA cirrus

Message ID 1350859858-18110-1-git-send-email-aurelien@aurel32.net
State New
Headers show

Commit Message

Aurelien Jarno Oct. 21, 2012, 10:50 p.m. UTC
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>
---
 default-configs/sparc64-softmmu.mak |    1 -
 1 file changed, 1 deletion(-)

Comments

Richard Henderson Oct. 23, 2012, 11:16 p.m. UTC | #1
On 2012-10-22 08:50, Aurelien Jarno wrote:
> 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>


r~
Blue Swirl Oct. 27, 2012, 4:53 p.m. UTC | #2
Thanks, applied.

On Sun, Oct 21, 2012 at 10:50 PM, Aurelien Jarno <aurelien@aurel32.net> wrote:
> 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>
> ---
>  default-configs/sparc64-softmmu.mak |    1 -
>  1 file changed, 1 deletion(-)
>
> 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
> --
> 1.7.10.4
>
diff mbox

Patch

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