summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-05-10 21:38:42 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:27 -0400
commite9b807a80b62b797df0a0255d3293100562ef7c2 (patch)
tree6c41315faac96f36d1b5638a4e13f4b905cfbf91
parent5fa4a04c9a52e7440481d1ea28ee0cdeb76fb8ab (diff)
DA850 EVM: Fix NAND configuration.
The NAND was non-standard layout because of which it was incompatible with Linux layout.
-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 966f8f53c0..4bdd71db21 100644
--- a/include/configs/da850_evm.h
+++ b/include/configs/da850_evm.h
@@ -122,9 +122,10 @@
#define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE3_BASE
#define CONFIG_CLE_MASK 0x10
#define CONFIG_ALE_MASK 0x8
-#define CONFIG_SYS_NAND_HW_ECC
+#undef CONFIG_SYS_NAND_HW_ECC
#define CONFIG_SYS_NAND_4BIT_HW_ECC
#define CONFIG_SYS_NAND_USE_FLASH_BBT
+#define CFG_DAVINCI_STD_NAND_LAYOUT
/* Max number of NAND devices */
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define NAND_MAX_CHIPS 1