Message ID | 20200218170931.14777-2-marex@denx.de |
---|---|
State | Accepted |
Commit | 85f748ad953e92e62831bff24bfd2260ef23325c |
Headers | show |
Series | [V3,1/2] ARM: socfpga: Permit overriding the default timer frequency | expand |
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 54a43569dc..ec41843695 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -121,6 +121,7 @@ * 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
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 at denx.de> Cc: Ley Foon Tan <ley.foon.tan at intel.com> Cc: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com> --- V2: No changes V2: Drop CONFIG_SYS_NAND_USE_FLASH_BBT --- include/configs/socfpga_common.h | 1 + 1 file changed, 1 insertion(+)