ARM: socfpga: Add missing Denali NAND config options
authorMarek Vasut <marex@denx.de>
Sat, 15 Feb 2020 13:10:09 +0000 (14:10 +0100)
committerMarek Vasut <marex@denx.de>
Sun, 1 Mar 2020 21:07:32 +0000 (22:07 +0100)
The Denali SPL shim won't build without these options set,
set them accordingly to fix the build error and let the SPL
shim to work correctly.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
include/configs/socfpga_common.h

index 54a4356..ec41843 100644 (file)
  * NAND Support
  */
 #ifdef CONFIG_NAND_DENALI
+#define CONFIG_SYS_NAND_BAD_BLOCK_POS  0
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
 #define CONFIG_SYS_NAND_ONFI_DETECTION
 #define CONFIG_SYS_NAND_REGS_BASE      SOCFPGA_NANDREGS_ADDRESS