Commit a27bcbf81563880a1cfc805625dc57dbde658e1d

Authored by Masahiro Yamada
1 parent b443fb4210

ARM: uniphier: remove unused NAND CONFIG options

The Denali NAND driver does not use these options any more.

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

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

include/configs/uniphier.h
... ... @@ -71,13 +71,8 @@
71 71  
72 72 #define CONFIG_SYS_MAX_NAND_DEVICE 1
73 73 #define CONFIG_SYS_NAND_ONFI_DETECTION
74   -
75   -#define CONFIG_NAND_DENALI_ECC_SIZE 1024
76   -
77 74 #define CONFIG_SYS_NAND_REGS_BASE 0x68100000
78 75 #define CONFIG_SYS_NAND_DATA_BASE 0x68000000
79   -
80   -#define CONFIG_SYS_NAND_USE_FLASH_BBT
81 76 #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0
82 77  
83 78 /* SD/MMC */