From: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Wed, 29 Nov 2017 10:13:45 +0000 (+0900)
Subject: ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE
X-Git-Tag: v2025.01-rc5-pxa1908~5237^2~1
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=c63e22ea400b05bd571e7fbeac6dbec29ca338d8;p=u-boot.git

ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE

This option is no longer used.

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

diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 8a7debbceb..dc75dce74b 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