From d8a1d108548d20755f8683497c215e76d513b7a9 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 4 Mar 2014 10:43:57 -0600 Subject: [PATCH] rambi: always load option rom The display driver will not work in the kernel without the presence of the VBT configuration. This configuration is contained in the video option rom. Therefore, always load it. BUG=chrome-os-partner:25885 BRANCH=baytrail TEST=Built and tested dev as well as normal mode with upstream patches. eDP panel correctly works still. Change-Id: Ifd6ff9c7b1e8c18eb5b6683c642a5f0439479074 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/188721 Reviewed-by: Duncan Laurie --- src/mainboard/google/rambi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index fa35575172..f438e9d321 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -13,6 +13,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_OPTION_TABLE select HAVE_ACPI_RESUME select CHROMEOS + select ALWAYS_LOAD_OPROM config VBOOT_RAMSTAGE_INDEX hex