mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: 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. BUG=None BRANCH=None TEST=None 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 Neuschfer <j.neuschaefer@gmx.net> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Change-Id: If31d4e5ed19cbeed3f8f9dbc23cc738dd55986e5 Reviewed-on: https://chromium-review.googlesource.com/404680 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
8ac23c0144
commit
735b57ddcf
1 changed files with 1 additions and 1 deletions
2
payloads/external/SeaBIOS/Kconfig
vendored
2
payloads/external/SeaBIOS/Kconfig
vendored
|
@ -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…
Add table
Reference in a new issue