configs: omap: Remove dead config CONFIG_SYS_NAND_ADDR

CONFIG_SYS_NAND_ADDR is defined and never referenced. This patch
removes the dead code.

Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
Adam Ford 2018-07-29 09:51:04 -05:00 committed by Tom Rini
parent 76a472dc44
commit ab5814f992
13 changed files with 0 additions and 27 deletions

View file

@ -99,8 +99,6 @@
/* /*
* Board NAND Info. * Board NAND Info.
*/ */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
/* to access */ /* to access */
/* nand at CS0 */ /* nand at CS0 */

View file

@ -66,8 +66,6 @@
/* Board NAND Info. */ /* Board NAND Info. */
#ifdef CONFIG_NAND #ifdef CONFIG_NAND
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_5_ADDR_CYCLE
#define CONFIG_SYS_NAND_PAGE_COUNT 64 #define CONFIG_SYS_NAND_PAGE_COUNT 64
#define CONFIG_SYS_NAND_PAGE_SIZE 2048 #define CONFIG_SYS_NAND_PAGE_SIZE 2048

View file

@ -89,8 +89,6 @@
/* /*
* Board NAND Info. * Board NAND Info.
*/ */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
/* to access nand at */ /* to access nand at */
/* CS0 */ /* CS0 */

View file

@ -91,8 +91,6 @@
/* /*
* Board NAND Info. * Board NAND Info.
*/ */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
/* to access nand at */ /* to access nand at */
/* CS0 */ /* CS0 */

View file

@ -60,9 +60,6 @@
#define CONFIG_TWL4030_LED 1 #define CONFIG_TWL4030_LED 1
/* Board NAND Info */ /* Board NAND Info */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_JFFS2_NAND #define CONFIG_JFFS2_NAND
/* nand device jffs2 lives on */ /* nand device jffs2 lives on */
#define CONFIG_JFFS2_DEV "nand0" #define CONFIG_JFFS2_DEV "nand0"

View file

@ -81,8 +81,6 @@
/* /*
* Board NAND Info. * Board NAND Info.
*/ */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
/* to access */ /* to access */
/* nand at CS0 */ /* nand at CS0 */

View file

@ -37,8 +37,6 @@
/* Board NAND Info. */ /* Board NAND Info. */
#ifdef CONFIG_NAND #ifdef CONFIG_NAND
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */
/* NAND devices */ /* NAND devices */
#define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_5_ADDR_CYCLE

View file

@ -51,8 +51,6 @@
#endif /* CONFIG_NAND */ #endif /* CONFIG_NAND */
/* Board NAND Info. */ /* Board NAND Info. */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
/* Environment information */ /* Environment information */
#define CONFIG_EXTRA_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS \
DEFAULT_LINUX_BOOT_ENV \ DEFAULT_LINUX_BOOT_ENV \

View file

@ -44,8 +44,6 @@
/* /*
* Board NAND Info. * Board NAND Info.
*/ */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_HAM1_CODE_SW #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_HAM1_CODE_SW
#define CONFIG_SYS_NAND_PAGE_SIZE 2048 #define CONFIG_SYS_NAND_PAGE_SIZE 2048
#define CONFIG_SYS_NAND_OOBSIZE 64 #define CONFIG_SYS_NAND_OOBSIZE 64

View file

@ -56,8 +56,6 @@
/* /*
* Board NAND Info. * Board NAND Info.
*/ */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
/* to access nand at */ /* to access nand at */
/* CS0 */ /* CS0 */

View file

@ -70,8 +70,6 @@
/* /*
* Board NAND Info. * Board NAND Info.
*/ */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
/* to access nand at */ /* to access nand at */
/* CS0 */ /* CS0 */

View file

@ -65,9 +65,6 @@
#define CONFIG_TWL4030_LED #define CONFIG_TWL4030_LED
/* Board NAND Info */ /* Board NAND Info */
#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
/* to access nand */
#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
/* to access nand at */ /* to access nand at */
/* CS0 */ /* CS0 */

View file

@ -3567,7 +3567,6 @@ CONFIG_SYS_NAND_ACTL_ALE
CONFIG_SYS_NAND_ACTL_CLE CONFIG_SYS_NAND_ACTL_CLE
CONFIG_SYS_NAND_ACTL_DELAY CONFIG_SYS_NAND_ACTL_DELAY
CONFIG_SYS_NAND_ACTL_NCE CONFIG_SYS_NAND_ACTL_NCE
CONFIG_SYS_NAND_ADDR
CONFIG_SYS_NAND_ALE CONFIG_SYS_NAND_ALE
CONFIG_SYS_NAND_AMASK CONFIG_SYS_NAND_AMASK
CONFIG_SYS_NAND_BAD_BLOCK_POS CONFIG_SYS_NAND_BAD_BLOCK_POS