summaryrefslogtreecommitdiff
path: root/configs/vct_platinum_onenand_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 03:19:48 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 01:34:39 (GMT)
commit609bf924117950b88987a5fa477acf1239bfdbc1 (patch)
tree812a615e2547e14c9a8108fa88553c4ce12024cb /configs/vct_platinum_onenand_defconfig
parentb31e065f8999d2dc70f3deb430c9b66a5d0d02ea (diff)
downloadu-boot-fsl-qoriq-609bf924117950b88987a5fa477acf1239bfdbc1.tar.xz
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_platinum_onenand_defconfig')
-rw-r--r--configs/vct_platinum_onenand_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vct_platinum_onenand_defconfig b/configs/vct_platinum_onenand_defconfig
index 9f2d78f..4c1615c 100644
--- a/configs/vct_platinum_onenand_defconfig
+++ b/configs/vct_platinum_onenand_defconfig
@@ -2,6 +2,7 @@ CONFIG_MIPS=y
CONFIG_TARGET_VCT=y
CONFIG_VCT_PLATINUM=y
CONFIG_VCT_ONENAND=y
+CONFIG_ENV_IS_IN_ONENAND=y
CONFIG_BOOTDELAY=5
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_SYS_PROMPT="$ "