From 65d78e880a6eeeaeb084ec2dd37c2126b952df6d Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 30 Jan 2018 10:24:58 -0700 Subject: mb/google/kahlee: always load and run display oprom The kernel requires the display oprom is loaded *and* ran in order for the kernel to not panic. Therefore, select the correct settings such that normal mode works for Chrome OS. BUG=b:72400950 Change-Id: Ibae5bc6b382cbe71a55c2386a24bb420cb8f313f Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/23506 Reviewed-by: Justin TerAvest Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/mainboard/google/kahlee/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/kahlee/Kconfig') diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 26eab43291..b4067e8572 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -16,6 +16,8 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE bool select SOC_AMD_STONEYRIDGE_FT4 + select ALWAYS_LOAD_OPROM + select ALWAYS_RUN_OPROM select BOARD_ROMSIZE_KB_16384 if BOARD_GOOGLE_GRUNT select BOARD_ROMSIZE_KB_8192 if BOARD_GOOGLE_KAHLEE select DRIVERS_I2C_GENERIC -- cgit v1.2.3