[U-Boot] [PATCH V2 1/3] omap3: fix NAND support for mcx board

Stefano Babic sbabic at denx.de
Sun Jul 26 15:18:13 CEST 2015


mcx was not updated according to changes in
NAND driver.

Signed-off-by: Stefano Babic <sbabic at denx.de>
---
 include/configs/mcx.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/mcx.h b/include/configs/mcx.h
index 0a7b7cf..8a2005d 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 */
 
-- 
1.9.1



More information about the U-Boot mailing list