commit | 91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 23 21:19:45 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 25 21:31:03 2017 -0400 |
tree | f0771f29385f1ac314264243fa99dc945da78636 | |
parent | ef6253d7b321f78d8251c3d3ecfd8991e02b8ca9 [diff] [blame] |
Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_SPI_FLASH Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/stout_defconfig b/configs/stout_defconfig index 48989aa..063b33c 100644 --- a/configs/stout_defconfig +++ b/configs/stout_defconfig
@@ -2,6 +2,7 @@ CONFIG_ARCH_RMOBILE=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_STOUT=y +CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y CONFIG_CMD_BOOTZ=y