summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-04-07 16:11:19 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:24 -0400
commit46a109d456aae2bccb21e615276bc1340dba7e99 (patch)
treef261ce3e104afedf5baf53a373be929252dc13fe
parent66d837d51334120cd561bcdd02bb93b6114edf11 (diff)
U-Boot: Fix NAND CS number fot DA830 EVM
-rw-r--r--include/configs/da830_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/da830_evm.h b/include/configs/da830_evm.h
index e438b5e88b..1e6b94adfb 100644
--- a/include/configs/da830_evm.h
+++ b/include/configs/da830_evm.h
@@ -124,7 +124,7 @@
#define CONFIG_ENV_IS_IN_NAND
#define CONFIG_ENV_SIZE SZ_128K
#define CONFIG_NAND_1BIT_ECC
-#define CONFIG_NAND_CS 3
+#define CONFIG_NAND_CS 2
#define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE3_BASE
#define CONFIG_CLE_MASK 0x10
#define CONFIG_ALE_MASK 0x8