summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2022-06-13 18:37:01 +0800
committerYu-Ping Wu <yupingso@google.com>2022-06-16 02:12:43 +0000
commite3fded324135e214a777073a5eb326087bcc2fae (patch)
tree769b1244fd3992b53b46fc2b53017a6ea2347393
parent244ecad52cd9ab4d0c6f1786a34a97b687ef53d0 (diff)
downloadcoreboot-e3fded324135e214a777073a5eb326087bcc2fae.tar.gz
coreboot-e3fded324135e214a777073a5eb326087bcc2fae.tar.bz2
coreboot-e3fded324135e214a777073a5eb326087bcc2fae.zip
mb/google/peach_pit: Select BOOT_DEVICE_NOT_SPI_FLASH
CPU_SAMSUNG_EXYNOS5420 has its own boot device implementation (src/soc/samsung/exynos5420/alternate_cbfs.c), so BOOT_DEVICE_NOT_SPI_FLASH should be selected. Change-Id: I0a9f96ad68b28773ede4e99510bd33867789e185 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65109 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/google/peach_pit/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/peach_pit/Kconfig b/src/mainboard/google/peach_pit/Kconfig
index 497ada196886..780a00e56778 100644
--- a/src/mainboard/google/peach_pit/Kconfig
+++ b/src/mainboard/google/peach_pit/Kconfig
@@ -4,6 +4,7 @@ if BOARD_GOOGLE_PEACH_PIT
config BOARD_SPECIFIC_OPTIONS
def_bool y
+ select BOOT_DEVICE_NOT_SPI_FLASH
select CPU_SAMSUNG_EXYNOS5420
select EC_GOOGLE_CHROMEEC
select EC_GOOGLE_CHROMEEC_SPI