summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-15 19:46:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-16 20:39:42 +0000
commitba071cdbfbabe24a7e00bea23d0fcb084986fbfb (patch)
tree92842f29836562403b1bd8fdbb0cc49d0ea7269d
parent767de0aac753bb67f53d13c48207ade22b094a7e (diff)
downloadcoreboot-ba071cdbfbabe24a7e00bea23d0fcb084986fbfb.tar.gz
mb/{kontron/968lcd-m,roda/rk886ex}: select non-SPI
These mainboard don't feature a SPI flash. The SPI init code will timeout on probing for a SPI flash which takes a lot of time. Not including all SPI drivers also lightens the uncompressed ramstage of about 17K or 7K compressed. Change-Id: Icc7bf62d56fc2ef38854402e658830b8d59c737f Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36870 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/kontron/986lcd-m/Kconfig1
-rw-r--r--src/mainboard/roda/rk886ex/Kconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/kontron/986lcd-m/Kconfig b/src/mainboard/kontron/986lcd-m/Kconfig
index 9dadd55cbe..5584eb3111 100644
--- a/src/mainboard/kontron/986lcd-m/Kconfig
+++ b/src/mainboard/kontron/986lcd-m/Kconfig
@@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS
select BOARD_ROMSIZE_KB_1024
select INTEL_INT15
select OVERRIDE_CLOCK_DISABLE
+ select BOOT_DEVICE_NOT_SPI_FLASH
config MAINBOARD_DIR
string
diff --git a/src/mainboard/roda/rk886ex/Kconfig b/src/mainboard/roda/rk886ex/Kconfig
index 9e97529dca..563b77392e 100644
--- a/src/mainboard/roda/rk886ex/Kconfig
+++ b/src/mainboard/roda/rk886ex/Kconfig
@@ -18,6 +18,7 @@ config BOARD_SPECIFIC_OPTIONS
select HAVE_ACPI_RESUME
select BOARD_ROMSIZE_KB_1024
select INTEL_INT15
+ select BOOT_DEVICE_NOT_SPI_FLASH
config MAINBOARD_DIR
string