Commit 0970051d13501c150841d7f6f0ecc7372ef619fd

Authored by Jeroen Hofstee
Committed by Tom Rini
1 parent 1dbb64dcf9

tam3517: fix NAND detection

commit a0a37183bd7 "ARM: omap: merge GPMC initialization code for
all platform" needs CONFIG_NOR, CONFIG_NAND or CONFIG_CMD_ONENAND
to be set to access flash. Add CONFIG_NAND for tam3517 derived
boards to prevent the following error: "nand: error: Unable to
find NAND settings in GPMC Configuration - quitting"

cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/tam3517-common.h
... ... @@ -185,6 +185,7 @@
185 185 /* Configure the PISMO */
186 186 #define PISMO1_NAND_SIZE GPMC_SIZE_128M
187 187  
  188 +#define CONFIG_NAND
188 189 #define CONFIG_NAND_OMAP_GPMC
189 190 #define CONFIG_ENV_IS_IN_NAND
190 191 #define SMNAND_ENV_OFFSET 0x180000 /* environment starts here */