diff options
| author | Stefan Roese <[email protected]> | 2014-03-11 17:04:45 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-03-12 16:22:12 -0400 |
| commit | 7bb6e29bffdf67855ac66227e6ff1a74226c9d81 (patch) | |
| tree | 712263287727b7cb4a04c5153d5d9703cb2bd6ff /include | |
| parent | e3176754173f7c1f97844f76d6c54dd3e89a50b6 (diff) | |
arm: omap: cm_t35: Fix: Re-add GPMC_NAND_ECC_LP_x8_LAYOUT
Patch a7e36fc9 (mtd: nand: omap: remove unused #defines from common
omap_gpmc.h) removed some MTD related defines. Including
GPMC_NAND_ECC_LP_x8_LAYOUT. But this define is also needed for the
memory controller configuration (only the x8 defines are needed,
the x16 defines are the default). Without it the NAND subsystem is
not configured correctly and booting into U-Boot does not work.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Pekon Gupta <[email protected]>
Cc: Nikita Kiryanov <[email protected]>
Cc: Igor Grinberg <[email protected]>
Cc: Tom Rini <[email protected]>
Acked-by: Igor Grinberg <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/cm_t35.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index cfc4f9bb8eb..aae05e03330 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -158,6 +158,8 @@ /* CS0 */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ /* devices */ +#define GPMC_NAND_ECC_LP_x8_LAYOUT + /* Environment information */ #define CONFIG_BOOTDELAY 3 #define CONFIG_ZERO_BOOTDELAY_CHECK |
