diff options
author | Simon Glass | 2017-07-23 21:19:48 -0600 |
---|---|---|
committer | Tom Rini | 2017-07-25 21:34:39 -0400 |
commit | 609bf924117950b88987a5fa477acf1239bfdbc1 (patch) | |
tree | 812a615e2547e14c9a8108fa88553c4ce12024cb /configs/vct_premium_onenand_small_defconfig | |
parent | b31e065f8999d2dc70f3deb430c9b66a5d0d02ea (diff) |
Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig
This converts the following to Kconfig:
CONFIG_ENV_IS_IN_ONENAND
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/vct_premium_onenand_small_defconfig')
-rw-r--r-- | configs/vct_premium_onenand_small_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vct_premium_onenand_small_defconfig b/configs/vct_premium_onenand_small_defconfig index 77e408b41d2..cc9998f391a 100644 --- a/configs/vct_premium_onenand_small_defconfig +++ b/configs/vct_premium_onenand_small_defconfig @@ -3,6 +3,7 @@ CONFIG_TARGET_VCT=y CONFIG_VCT_PREMIUM=y CONFIG_VCT_ONENAND=y CONFIG_VCT_SMALL_IMAGE=y +CONFIG_ENV_IS_IN_ONENAND=y CONFIG_BOOTDELAY=5 CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_SYS_PROMPT="$ " |