diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:52 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:17 -0400 |
commit | fef718cee253c91e5b9f778cd020935a79786db7 (patch) | |
tree | e11fff8d44b0fc0b22ea09a35a235d56a51a4da3 /include/configs | |
parent | 7ace858bf1b1be1f2a98f94caf3449e806c885df (diff) | |
download | u-boot-imx-fef718cee253c91e5b9f778cd020935a79786db7.zip u-boot-imx-fef718cee253c91e5b9f778cd020935a79786db7.tar.gz u-boot-imx-fef718cee253c91e5b9f778cd020935a79786db7.tar.bz2 |
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 'include/configs')
-rw-r--r-- | include/configs/omap3_igep00x0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index dc9c80f..1f30710 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -116,7 +116,6 @@ #define CONFIG_SYS_MTDPARTS_RUNTIME /* OneNAND config */ -#define CONFIG_SPL_ONENAND_SUPPORT #define CONFIG_USE_ONENAND_BOARD_INIT #define CONFIG_SYS_ONENAND_BASE ONENAND_MAP #define CONFIG_SYS_ONENAND_BLOCK_SIZE (128*1024) |