All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] omap3: fix NAND support for mcx board
@ 2015-07-26 12:32 Stefano Babic
  2015-07-26 12:32 ` [U-Boot] [PATCH 2/2] mcx: add Ethernet over USB Stefano Babic
  2015-07-26 12:49 ` [U-Boot] [PATCH 1/2] omap3: fix NAND support for mcx board Michael Trimarchi
  0 siblings, 2 replies; 5+ messages in thread
From: Stefano Babic @ 2015-07-26 12:32 UTC (permalink / raw)
  To: u-boot

mcx was not updated according to changes in
NAND driver.

Signed-off-by: Stefano Babic <sbabic@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..d8766b9 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	16
 #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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-26 13:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-26 12:32 [U-Boot] [PATCH 1/2] omap3: fix NAND support for mcx board Stefano Babic
2015-07-26 12:32 ` [U-Boot] [PATCH 2/2] mcx: add Ethernet over USB Stefano Babic
2015-07-26 12:49 ` [U-Boot] [PATCH 1/2] omap3: fix NAND support for mcx board Michael Trimarchi
2015-07-26 13:04   ` Stefano Babic
2015-07-26 13:07     ` Michael Trimarchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.