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

This option is no longer used.
Signed-off-by: Masahiro Yamada yamada.masahiro@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

Neither denali.c nor denali_spl.c references this option.
Signed-off-by: Masahiro Yamada yamada.masahiro@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 dc75dce..66e7c4f 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -293,7 +293,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
/* SPL NAND boot support */ #ifdef CONFIG_SPL_NAND_SUPPORT -#define CONFIG_SYS_NAND_USE_FLASH_BBT #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x40000 #endif

On 29 November 2017 at 03:13, Masahiro Yamada yamada.masahiro@socionext.com wrote:
Neither denali.c nor denali_spl.c references this option.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com
include/configs/socfpga_common.h | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On 11/29/2017 11:13 AM, Masahiro Yamada wrote:
This option is no longer used.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com
Applied both, thanks!
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
participants (3)
-
Marek Vasut
-
Masahiro Yamada
-
Simon Glass