summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-05-10 06:24:12 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:27 -0400
commit62f25a0becd9c3e81f3698ede488b4761997bf87 (patch)
tree73072883ceb6a366a094aeaa847168dd8fcf4b5f
parentacf9d1a5e863371f6bf82aca903f5e24619bf2d2 (diff)
DA850 EVM: Fix NAND configs
1) 4-bit ECC not used. 2) BBT not used
-rw-r--r--include/configs/da850_evm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/da850_evm.h b/include/configs/da850_evm.h
index 9ad05b1a8a..3dd19f1ca6 100644
--- a/include/configs/da850_evm.h
+++ b/include/configs/da850_evm.h
@@ -123,7 +123,8 @@
#define CONFIG_CLE_MASK 0x10
#define CONFIG_ALE_MASK 0x8
#define CONFIG_SYS_NAND_HW_ECC
-#define CONFIG_SYS_NAND_LARGEPAGE
+#define CONFIG_SYS_NAND_4BIT_HW_ECC
+#define CONFIG_SYS_NAND_USE_FLASH_BBT
/* Max number of NAND devices */
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define NAND_MAX_CHIPS 1