summaryrefslogtreecommitdiffstats
path: root/include/configs/da850evm.h
diff options
context:
space:
mode:
authorEric Benard <eric@eukrea.com>2013-04-22 05:55:00 +0000
committerTom Rini <trini@ti.com>2013-05-10 08:25:56 -0400
commit34fa07063a7f5fc437bcaa71156182bb3bf2f516 (patch)
treeb4bf61cb0c60c79b5708b99c7b4cca6c0c45d73f /include/configs/da850evm.h
parent81ac7e51ccf2984e9c0964a883d6b7e8fe875aad (diff)
downloadtalos-obmc-uboot-34fa07063a7f5fc437bcaa71156182bb3bf2f516.tar.gz
talos-obmc-uboot-34fa07063a7f5fc437bcaa71156182bb3bf2f516.zip
davinci: handle CONFIG_SYS_CLE_MASK and CONFIG_SYS_ALE_MASK
these variables are curently defined in several config files but the driver doesn't use them and defaults to hardcoded values in nand_defs.h It's interesting to be able to change this hardcoded valude when the hardware is not using the default adress signals to drive ALE and CLE and two configuration defines already exist for this purpose so use them. Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'include/configs/da850evm.h')
-rw-r--r--include/configs/da850evm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
index 583568d309..c420967411 100644
--- a/include/configs/da850evm.h
+++ b/include/configs/da850evm.h
@@ -199,8 +199,8 @@
#define CONFIG_SYS_NAND_PAGE_2K
#define CONFIG_SYS_NAND_CS 3
#define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE3_BASE
-#define CONFIG_SYS_CLE_MASK 0x10
-#define CONFIG_SYS_ALE_MASK 0x8
+#define CONFIG_SYS_NAND_MASK_CLE 0x10
+#define CONFIG_SYS_NAND_MASK_ALE 0x8
#undef CONFIG_SYS_NAND_HW_ECC
#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND devices */
#define CONFIG_SYS_NAND_HW_ECC_OOBFIRST
OpenPOWER on IntegriCloud