diff options
author | Simon Glass <sjg@chromium.org> | 2017-07-24 03:19:45 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-26 01:31:03 (GMT) |
commit | 91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 (patch) | |
tree | f0771f29385f1ac314264243fa99dc945da78636 /configs/kmlion1_defconfig | |
parent | ef6253d7b321f78d8251c3d3ecfd8991e02b8ca9 (diff) | |
download | u-boot-fsl-qoriq-91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967.tar.xz |
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>
Diffstat (limited to 'configs/kmlion1_defconfig')
-rw-r--r-- | configs/kmlion1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kmlion1_defconfig b/configs/kmlion1_defconfig index 86657cc..4b25ade 100644 --- a/configs/kmlion1_defconfig +++ b/configs/kmlion1_defconfig @@ -6,6 +6,7 @@ CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_SYS_EXTRA_OPTIONS="KMLION1" +CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_VERSION_VARIABLE=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y |