summaryrefslogtreecommitdiff
path: root/configs/smdkc100_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-23 21:19:48 -0600
committerTom Rini <trini@konsulko.com>2017-07-25 21:34:39 -0400
commit609bf924117950b88987a5fa477acf1239bfdbc1 (patch)
tree812a615e2547e14c9a8108fa88553c4ce12024cb /configs/smdkc100_defconfig
parentb31e065f8999d2dc70f3deb430c9b66a5d0d02ea (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/smdkc100_defconfig')
-rw-r--r--configs/smdkc100_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/smdkc100_defconfig b/configs/smdkc100_defconfig
index a1eca8694d..ef8510d47d 100644
--- a/configs/smdkc100_defconfig
+++ b/configs/smdkc100_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_S5PC1XX=y
CONFIG_TARGET_SMDKC100=y
CONFIG_IDENT_STRING=" for SMDKC100"
CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-smdkc100"
+CONFIG_ENV_IS_IN_ONENAND=y
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="SMDKC100 # "