projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335f7b1
)
ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Wed, 29 Nov 2017 10:13:45 +0000
(19:13 +0900)
committer
Marek Vasut
<marex@denx.de>
Sat, 9 Dec 2017 12:40:33 +0000
(13:40 +0100)
This option is no longer used.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/socfpga_common.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_common.h
b/include/configs/socfpga_common.h
index
8a7debb
..
dc75dce
100644
(file)
--- a/
include/configs/socfpga_common.h
+++ b/
include/configs/socfpga_common.h
@@
-142,7
+142,6
@@
#ifdef CONFIG_NAND_DENALI
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_ONFI_DETECTION
-#define CONFIG_NAND_DENALI_ECC_SIZE 512
#define CONFIG_SYS_NAND_REGS_BASE SOCFPGA_NANDREGS_ADDRESS
#define CONFIG_SYS_NAND_DATA_BASE SOCFPGA_NANDDATA_ADDRESS
#endif