diff mbox series

ARM: uniphier: remove unused NAND CONFIG options

Message ID 1511759629-21477-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit a27bcbf81563880a1cfc805625dc57dbde658e1d
Headers show
Series ARM: uniphier: remove unused NAND CONFIG options | expand

Commit Message

Masahiro Yamada Nov. 27, 2017, 5:13 a.m. UTC
The Denali NAND driver does not use these options any more.

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

 include/configs/uniphier.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Masahiro Yamada Nov. 28, 2017, 12:37 a.m. UTC | #1
2017-11-27 14:13 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> The Denali NAND driver does not use these options any more.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---

Applied to u-boot-uniphier.
diff mbox series

Patch

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 6f4d67e..453f3db 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -71,13 +71,8 @@ 
 
 #define CONFIG_SYS_MAX_NAND_DEVICE			1
 #define CONFIG_SYS_NAND_ONFI_DETECTION
-
-#define CONFIG_NAND_DENALI_ECC_SIZE			1024
-
 #define CONFIG_SYS_NAND_REGS_BASE			0x68100000
 #define CONFIG_SYS_NAND_DATA_BASE			0x68000000
-
-#define CONFIG_SYS_NAND_USE_FLASH_BBT
 #define CONFIG_SYS_NAND_BAD_BLOCK_POS			0
 
 /* SD/MMC */