projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c63e22e
)
ARM: socfpga: remove unneeded CONFIG_SYS_NAND_USE_FLASH_BBT
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Wed, 29 Nov 2017 10:13:46 +0000
(19:13 +0900)
committer
Marek Vasut
<marex@denx.de>
Sat, 9 Dec 2017 12:40:33 +0000
(13:40 +0100)
Neither denali.c nor denali_spl.c references this option.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/socfpga_common.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_common.h
b/include/configs/socfpga_common.h
index
dc75dce
..
66e7c4f
100644
(file)
--- 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