diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:35 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:08 -0400 |
commit | 256fe86b600f6664d82d15f57fe3c653ba4b9a7a (patch) | |
tree | 4b0cc2cc63dea98963fe91e0f9b8a7d22db9b691 /configs/sandbox_spl_defconfig | |
parent | d3662dff78e94d8d836fc61b84ce46fef91b9aa7 (diff) | |
download | u-boot-256fe86b600f6664d82d15f57fe3c653ba4b9a7a.tar.gz |
Convert CONFIG_SPL_ENV_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_spl_defconfig')
-rw-r--r-- | configs/sandbox_spl_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig index 108cd6d499..ee30e822b5 100644 --- a/configs/sandbox_spl_defconfig +++ b/configs/sandbox_spl_defconfig @@ -1,3 +1,5 @@ +CONFIG_SPL_ENV_SUPPORT=y +CONFIG_SPL_DRIVERS_MISC_SUPPORT=y CONFIG_MMC=y CONFIG_SANDBOX_SPL=y CONFIG_PCI=y @@ -17,7 +19,6 @@ CONFIG_BOOTSTAGE_STASH_SIZE=0x4096 CONFIG_CONSOLE_RECORD=y CONFIG_CONSOLE_RECORD_OUT_SIZE=0x1000 CONFIG_SPL=y -CONFIG_SPL_DRIVERS_MISC_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_CPU=y CONFIG_CMD_LICENSE=y |