diff options
author | Patrick Georgi <pgeorgi@google.com> | 2017-06-15 07:33:04 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2017-06-16 08:06:15 +0200 |
commit | 1d3661be0a18b679d993818b5d3acc43eb21f245 (patch) | |
tree | d357c0f397b4eb744517c6a00a657a399bcb938e /src/mainboard/google/slippy | |
parent | 212a026ca4ba4e6dca3c7f868c1ee38666e20b5d (diff) |
google/slippy: Don't force native graphics init
The board dutifully registers an int15h handler and provides the
defaults to add a VGABIOS.
That should be good enough to initialize graphics through the VGABIOS
file.
Fixes build on Chrome OS configurations (at least until the Ada toolchain
situation is resolved over there).
Change-Id: I1d956b5a163b7cdf2bd467197fba95f16e5e8fa3
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/20218
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/google/slippy')
-rw-r--r-- | src/mainboard/google/slippy/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index e24e2f74f7..392333a328 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -21,7 +21,6 @@ if BOARD_GOOGLE_BASEBOARD_SLIPPY config VBOOT select EC_GOOGLE_CHROMEEC_SWITCHES select VBOOT_LID_SWITCH - select MAINBOARD_FORCE_NATIVE_VGA_INIT select VBOOT_VBNV_CMOS config MAINBOARD_DIR |