projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b11dbf
)
omap3: fix NAND support for mcx board
author
Stefano Babic
<sbabic@denx.de>
Sun, 26 Jul 2015 13:18:13 +0000
(15:18 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 13 Aug 2015 00:47:45 +0000
(20:47 -0400)
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>
include/configs/mcx.h
patch
|
blob
|
history
diff --git
a/include/configs/mcx.h
b/include/configs/mcx.h
index 0a7b7cf36e454fb6b9d728dba924ac593d264ca9..8a2005dd9c5ee168a48d49962194138e04ee5fdf 100644
(file)
--- 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 */