summaryrefslogtreecommitdiff
path: root/configs/igep0020_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-09-13 05:18:52 (GMT)
committerTom Rini <trini@konsulko.com>2016-09-16 21:27:17 (GMT)
commitfef718cee253c91e5b9f778cd020935a79786db7 (patch)
treee11fff8d44b0fc0b22ea09a35a235d56a51a4da3 /configs/igep0020_defconfig
parent7ace858bf1b1be1f2a98f94caf3449e806c885df (diff)
downloadu-boot-fef718cee253c91e5b9f778cd020935a79786db7.tar.xz
Convert CONFIG_SPL_ONENAND_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/igep0020_defconfig')
-rw-r--r--configs/igep0020_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/igep0020_defconfig b/configs/igep0020_defconfig
index b4b6cbb..1ee8032 100644
--- a/configs/igep0020_defconfig
+++ b/configs/igep0020_defconfig
@@ -8,6 +8,7 @@ CONFIG_VERSION_VARIABLE=y
CONFIG_SPL=y
CONFIG_SPL_MTD_SUPPORT=y
CONFIG_SPL_NAND_SUPPORT=y
+CONFIG_SPL_ONENAND_SUPPORT=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set