From f0025ad6310cd72193c1211e77132f8bd3de424b Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 15 Jun 2017 07:33:04 +0200 Subject: [PATCH] UPSTREAM: 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). BUG=none BRANCH=none TEST=none Change-Id: Ib535d95885606decf029206e615817a774e25029 Signed-off-by: Patrick Georgi Original-Commit-Id: 1d3661be0a18b679d993818b5d3acc43eb21f245 Original-Change-Id: I1d956b5a163b7cdf2bd467197fba95f16e5e8fa3 Original-Signed-off-by: Patrick Georgi Original-Reviewed-on: https://review.coreboot.org/20218 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Nico Huber Original-Reviewed-by: Matt DeVillier Reviewed-on: https://chromium-review.googlesource.com/538580 Commit-Ready: Patrick Georgi Tested-by: Patrick Georgi Reviewed-by: Patrick Georgi --- src/mainboard/google/slippy/Kconfig | 1 - 1 file changed, 1 deletion(-) 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