diff mbox series

[U-Boot,2/2] ARM: socfpga: remove unneeded CONFIG_SYS_NAND_USE_FLASH_BBT

Message ID 1511950426-32695-2-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 8755ceb5b8a9a3a972d58c7e64ec43b907a7a832
Delegated to: Marek Vasut
Headers show
Series [U-Boot,1/2] ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE | expand

Commit Message

Masahiro Yamada Nov. 29, 2017, 10:13 a.m. UTC
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(-)

Comments

Simon Glass Dec. 2, 2017, 3:29 a.m. UTC | #1
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>
diff mbox series

Patch

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