Do not select SEABIOS_VGA_COREBOOT by default when building for QEMU
On QEMU using SeaVGABIOS breaks some bootloaders, e.g. ISOLINUX does not work and GRUB works but is forced in txtmode, instead of graphical mode. Change-Id: If31d4e5ed19cbeed3f8f9dbc23cc738dd55986e5 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/17122 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
38f5a577ca
commit
46dd467648
|
@ -53,7 +53,7 @@ config SEABIOS_THREAD_OPTIONROMS
|
|||
|
||||
config SEABIOS_VGA_COREBOOT
|
||||
prompt "Include generated option rom that implements legacy VGA BIOS compatibility"
|
||||
default y
|
||||
default y if !VENDOR_EMULATION
|
||||
depends on !VGA_BIOS && MAINBOARD_DO_NATIVE_VGA_INIT
|
||||
bool
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue