diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-08 06:43:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-21 22:26:56 -0400 |
commit | eba7f1ff6c9836931f0ce2812182190862e38b5f (patch) | |
tree | 0ff47420df77434c489f495621317549dbbe3d1b /include/configs | |
parent | e7db856bf96213ba3f6b716be9fa264e184f74e2 (diff) | |
download | u-boot-eba7f1ff6c9836931f0ce2812182190862e38b5f.tar.gz |
Convert CONFIG_NAND_DAVINCI to Kconfig
This converts the following to Kconfig:
CONFIG_NAND_DAVINCI
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/da850evm.h | 1 | ||||
-rw-r--r-- | include/configs/ea20.h | 1 | ||||
-rw-r--r-- | include/configs/ipam390.h | 1 | ||||
-rw-r--r-- | include/configs/omapl138_lcdk.h | 1 | ||||
-rw-r--r-- | include/configs/ti_armv7_keystone2.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index ebfdd1c7a3..006cd03c00 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -149,7 +149,6 @@ * Flash & Environment */ #ifdef CONFIG_USE_NAND -#define CONFIG_NAND_DAVINCI #define CONFIG_ENV_OFFSET 0x0 /* Block 0--not used by bootcode */ #define CONFIG_ENV_SIZE (128 << 10) #define CONFIG_SYS_NAND_USE_FLASH_BBT diff --git a/include/configs/ea20.h b/include/configs/ea20.h index ee122ad7a4..211243123a 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -116,7 +116,6 @@ #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS -#define CONFIG_NAND_DAVINCI #define CONFIG_SYS_NAND_PAGE_2K #define CONFIG_SYS_NAND_NO_SUBPAGE #define CONFIG_SYS_NAND_CS 2 diff --git a/include/configs/ipam390.h b/include/configs/ipam390.h index 08978fa658..c5171e0415 100644 --- a/include/configs/ipam390.h +++ b/include/configs/ipam390.h @@ -117,7 +117,6 @@ /* * Flash & Environment */ -#define CONFIG_NAND_DAVINCI #define CONFIG_ENV_OFFSET 0x0 /* Block 0--not used by bootcode */ #define CONFIG_ENV_SIZE (128 << 10) #define CONFIG_SYS_NAND_USE_FLASH_BBT diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 879c8a0cff..f34e35e20a 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -143,7 +143,6 @@ * Flash & Environment */ #ifdef CONFIG_USE_NAND -#define CONFIG_NAND_DAVINCI #define CONFIG_ENV_OFFSET 0x0 /* Block 0--not used by bootcode */ #define CONFIG_ENV_SIZE (128 << 9) #define CONFIG_SYS_NAND_USE_FLASH_BBT diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index ccd466583a..18a03b3955 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -159,7 +159,6 @@ #define CONFIG_ENV_EEPROM_IS_ON_I2C /* NAND Configuration */ -#define CONFIG_NAND_DAVINCI #define CONFIG_KEYSTONE_RBL_NAND #define CONFIG_KEYSTONE_NAND_MAX_RBL_SIZE CONFIG_ENV_OFFSET #define CONFIG_SYS_NAND_MASK_CLE 0x4000 |