[U-Boot] [PATCH 1/2] ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE

Masahiro Yamada yamada.masahiro at socionext.com
Wed Nov 29 10:13:45 UTC 2017


This option is no longer used.

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

 include/configs/socfpga_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 8a7debb..dc75dce 100644
--- 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
-- 
2.7.4



More information about the U-Boot mailing list