summaryrefslogtreecommitdiffstats
path: root/include/configs/mcx.h
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2015-07-26 15:18:13 +0200
committerTom Rini <trini@konsulko.com>2015-08-12 20:47:45 -0400
commit62321e2f08c225d6889a5929faa4ff5195b8e75e (patch)
treef2f78880d9e1fe34527353b9a37037dfdcd461f3 /include/configs/mcx.h
parent0b11dbf705ee294ac5a9fe1aeda7b7f5537a8d72 (diff)
downloadtalos-obmc-uboot-62321e2f08c225d6889a5929faa4ff5195b8e75e.tar.gz
talos-obmc-uboot-62321e2f08c225d6889a5929faa4ff5195b8e75e.zip
omap3: fix NAND support for mcx board
mcx was not updated according to changes in NAND driver. Signed-off-by: Stefano Babic <sbabic@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mcx.h')
-rw-r--r--include/configs/mcx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mcx.h b/include/configs/mcx.h
index 0a7b7cf36e..8a2005dd9c 100644
--- a/include/configs/mcx.h
+++ b/include/configs/mcx.h
@@ -309,7 +309,10 @@
*/
/* **** PISMO SUPPORT *** */
+#define CONFIG_NAND
+#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
#define CONFIG_NAND_OMAP_GPMC
+#define CONFIG_NAND_OMAP_GPMC_PREFETCH
#define CONFIG_ENV_IS_IN_NAND
#define SMNAND_ENV_OFFSET 0x180000 /* environment starts here */
OpenPOWER on IntegriCloud