diff options
author | Adam Ford <aford173@gmail.com> | 2017-10-16 14:08:26 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-20 16:44:07 -0400 |
commit | 0a9ef45158d586017839d4b6fccd7f8f16672156 (patch) | |
tree | 7891e78c9898f7019829f9658f8789cb9b418c31 /include/configs/chiliboard.h | |
parent | 0def58f7fd26a237bb08cfbd58ec53372b1ad06b (diff) | |
download | u-boot-0a9ef45158d586017839d4b6fccd7f8f16672156.tar.gz |
Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to Kconfig
This converts the following to Kconfig:
CONFIG_NAND_MXC
CONFIG_NAND_OMAP_GPMC
CONFIG_NAND_OMAP_GPMC_PREFETCH
CONFIG_NAND_OMAP_ELM
CONFIG_SPL_NAND_AM33XX_BCH
CONFIG_SPL_NAND_SIMPLE
CONFIG_SYS_NAND_BUSWIDTH_16BIT
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
[trini: Finish migration of CONFIG_SPL_NAND_SIMPLE, fix some build issues,
add CONFIG_NAND_MXC so we can do CONFIG_SYS_NAND_BUSWIDTH_16BIT]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/chiliboard.h')
-rw-r--r-- | include/configs/chiliboard.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/chiliboard.h b/include/configs/chiliboard.h index b7887d90d4..80d4e49f6d 100644 --- a/include/configs/chiliboard.h +++ b/include/configs/chiliboard.h @@ -135,9 +135,6 @@ #define CONFIG_SYS_NAND_OOBSIZE 64 #define CONFIG_SYS_NAND_BLOCK_SIZE (128*1024) /* NAND: driver related configs */ -#define CONFIG_NAND_OMAP_GPMC -#define CONFIG_NAND_OMAP_GPMC_PREFETCH -#define CONFIG_NAND_OMAP_ELM #define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS #define CONFIG_SYS_NAND_ECCPOS { 2, 3, 4, 5, 6, 7, 8, 9, \ 10, 11, 12, 13, 14, 15, 16, 17, \ @@ -165,9 +162,6 @@ "-(NAND.file-system)" #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x000c0000 /* NAND: SPL related configs */ -#ifdef CONFIG_SPL_NAND_SUPPORT -#define CONFIG_SPL_NAND_AM33XX_BCH -#endif /* USB configuration */ #define CONFIG_USB_MUSB_DSPS |