diff options
| author | Marek Vasut <[email protected]> | 2020-02-15 14:10:09 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2020-03-01 22:07:32 +0100 |
| commit | 85f748ad953e92e62831bff24bfd2260ef23325c (patch) | |
| tree | 3278b3dd5a57c5b7dcb5ed47d853279764ec0ebe /include | |
| parent | c808ab472aa20a4646a4980951d2b067df2c49c2 (diff) | |
ARM: socfpga: Add missing Denali NAND config options
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 <[email protected]>
Cc: Ley Foon Tan <[email protected]>
Cc: Simon Goldschmidt <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/socfpga_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 54a43569dcf..ec418436953 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 |
