Commit 8de11a5eefbb86ee6683a5f5b5b65795ab17f667

Authored by Masahiro Yamada
1 parent 4914a68de7

ARM: uniphier: remove unneeded NAND config options

CONFIG_NAND_DENALI select's CONFIG_SYS_NAND_SELF_INIT, so the
NAND initialization process is driven by the driver itself.
CONFIG_SYS_NAND_MAX_CHIPS and CONFIG_SYS_NAND_BASE are unused.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

include/configs/uniphier.h
... ... @@ -83,15 +83,12 @@
83 83 #endif
84 84  
85 85 #define CONFIG_SYS_MAX_NAND_DEVICE 1
86   -#define CONFIG_SYS_NAND_MAX_CHIPS 2
87 86 #define CONFIG_SYS_NAND_ONFI_DETECTION
88 87  
89 88 #define CONFIG_NAND_DENALI_ECC_SIZE 1024
90 89  
91 90 #define CONFIG_SYS_NAND_REGS_BASE 0x68100000
92 91 #define CONFIG_SYS_NAND_DATA_BASE 0x68000000
93   -
94   -#define CONFIG_SYS_NAND_BASE (CONFIG_SYS_NAND_DATA_BASE + 0x10)
95 92  
96 93 #define CONFIG_SYS_NAND_USE_FLASH_BBT
97 94 #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0