diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-07 21:37:18 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-12 13:18:47 (GMT) |
commit | 5bbc265becbec9ce1e489760eb34922ac8c0bed9 (patch) | |
tree | 9d69a188c31913a207c5f0a37c7b4975cc45583d /include/configs/omap3_cairo.h | |
parent | 0d43fded20e390e2e779ae4fa831fc00157f454a (diff) | |
download | u-boot-fsl-qoriq-5bbc265becbec9ce1e489760eb34922ac8c0bed9.tar.xz |
Convert CONFIG_NAND to Kconfig
This converts the following to Kconfig:
CONFIG_NAND
Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Sync up a few more, add imply's]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omap3_cairo.h')
-rw-r--r-- | include/configs/omap3_cairo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h index 162fe0f..729bcc7 100644 --- a/include/configs/omap3_cairo.h +++ b/include/configs/omap3_cairo.h @@ -36,8 +36,6 @@ #define CONFIG_SYS_SPL_MALLOC_START 0x80208000 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 -#define CONFIG_NAND - #include <configs/ti_omap3_common.h> #define CONFIG_MISC_INIT_R @@ -51,8 +49,6 @@ /* Probe all devices */ #define CONFIG_SYS_I2C_NOPROBES { {0x0, 0x0} } -#define CONFIG_NAND - /* * TWL4030 */ |