diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-29 19:13:45 +0900 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-12-09 13:40:33 +0100 |
commit | c63e22ea400b05bd571e7fbeac6dbec29ca338d8 (patch) | |
tree | ef75ab8e4cd61e032697be41179af7f8b2168583 /include | |
parent | 335f7b1290ce24a729a9689a1db834c743226ca8 (diff) |
ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE
This option is no longer used.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/socfpga_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 8a7debbceb7..dc75dce74b7 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 |