aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-11-27 14:13:49 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-11-29 00:29:00 +0900
commita27bcbf81563880a1cfc805625dc57dbde658e1d (patch)
tree4667048c97a86e18e79a5cb03af355705a714ce1
parentb443fb4210cb760594ebb46899344cdda2dbb616 (diff)
downloadu-boot-a27bcbf81563880a1cfc805625dc57dbde658e1d.zip
u-boot-a27bcbf81563880a1cfc805625dc57dbde658e1d.tar.gz
u-boot-a27bcbf81563880a1cfc805625dc57dbde658e1d.tar.bz2
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>
-rw-r--r--include/configs/uniphier.h5
1 files changed, 0 insertions, 5 deletions
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 */