diff options
author | Yu-Ping Wu <yupingso@chromium.org> | 2022-06-13 18:37:01 +0800 |
---|---|---|
committer | Yu-Ping Wu <yupingso@google.com> | 2022-06-16 02:12:43 +0000 |
commit | e3fded324135e214a777073a5eb326087bcc2fae (patch) | |
tree | 769b1244fd3992b53b46fc2b53017a6ea2347393 /src/mainboard | |
parent | 244ecad52cd9ab4d0c6f1786a34a97b687ef53d0 (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/peach_pit/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/peach_pit/Kconfig b/src/mainboard/google/peach_pit/Kconfig index 497ada1968..780a00e567 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 |