[U-Boot] [PATCH 2/2] omap3: fix NAND for tam3517 boards

Stefano Babic sbabic at denx.de
Fri Mar 9 16:58:41 CET 2012


commit 4fee6c2f295f932b8febdc7ce8731ba045695fa5
nand: make 1-bit software ECC configurable

breaks boards using Software ECC and requires that
CONFIG_MTD_ECC_SOFT is set to have the previous
behavior. Fix for tam3517 based boards.

Signed-off-by: Stefano Babic <sbabic at denx.de>
Tom Rini <trini at ti.com>
---
 include/configs/tam3517-common.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h
index 4c4321d..aaf9afe 100644
--- a/include/configs/tam3517-common.h
+++ b/include/configs/tam3517-common.h
@@ -293,6 +293,7 @@
 #define CONFIG_MTD_PARTITIONS
 #define CONFIG_MTD_DEVICE
 #define CONFIG_CMD_MTDPARTS
+#define CONFIG_MTD_ECC_SOFT
 
 /* Setup MTD for NAND on the SOM */
 #define MTDIDS_DEFAULT		"nand0=omap2-nand.0"
-- 
1.7.5.4



More information about the U-Boot mailing list