From: Stefano Babic Date: Sun, 26 Jul 2015 13:18:13 +0000 (+0200) Subject: omap3: fix NAND support for mcx board X-Git-Tag: v2015.10-rc2~112 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=62321e2f08c225d6889a5929faa4ff5195b8e75e omap3: fix NAND support for mcx board mcx was not updated according to changes in NAND driver. Signed-off-by: Stefano Babic Reviewed-by: Tom Rini --- 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 */