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 <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/23506 Reviewed-by: Justin TerAvest <teravest@chromium.org> Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
10510255f7
commit
65d78e880a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue