summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/skyrim/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig
index 53cdce2a6f..f171b9ff24 100644
--- a/src/mainboard/google/skyrim/Kconfig
+++ b/src/mainboard/google/skyrim/Kconfig
@@ -64,6 +64,15 @@ config HAVE_SPL_FILE
config SPL_TABLE_FILE
string
depends on HAVE_SPL_FILE
+ default "3rdparty/blobs/mainboard/google/skyrim/TypeId0x55_SplTableBl_MDN_CHROME_RO.sbin"
+
+config HAVE_SPL_RW_AB_FILE
+ bool
+ default y
+
+config SPL_RW_AB_TABLE_FILE
+ string
+ depends on HAVE_SPL_RW_AB_FILE
default "3rdparty/blobs/mainboard/google/skyrim/TypeId0x55_SplTableBl_MDN_CHROME.sbin"
config FMDFILE