summaryrefslogtreecommitdiffstats
path: root/include/configs/tam3517-common.h
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-05-31 17:08:30 +0200
committerTom Rini <trini@ti.com>2014-06-06 17:46:15 -0400
commit0970051d13501c150841d7f6f0ecc7372ef619fd (patch)
treeda6c32a555d4d39dd95308ad5e6d0e75f825100d /include/configs/tam3517-common.h
parent1dbb64dcf9d7b9894d3ed6a19a23ac4dbb2b1664 (diff)
downloadblackbird-obmc-uboot-0970051d13501c150841d7f6f0ecc7372ef619fd.tar.gz
blackbird-obmc-uboot-0970051d13501c150841d7f6f0ecc7372ef619fd.zip
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>
Diffstat (limited to 'include/configs/tam3517-common.h')
-rw-r--r--include/configs/tam3517-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h
index eda536b866..0c2f0f19c8 100644
--- a/include/configs/tam3517-common.h
+++ b/include/configs/tam3517-common.h
@@ -185,6 +185,7 @@
/* Configure the PISMO */
#define PISMO1_NAND_SIZE GPMC_SIZE_128M
+#define CONFIG_NAND
#define CONFIG_NAND_OMAP_GPMC
#define CONFIG_ENV_IS_IN_NAND
#define SMNAND_ENV_OFFSET 0x180000 /* environment starts here */
OpenPOWER on IntegriCloud