summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-da8xx
diff options
context:
space:
mode:
authorSudhakar Rajashekara <x0096290@linux-psp-server.(none)>2009-04-03 01:31:58 -0400
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:22 -0400
commit1261112de183709d975b346d85cd8b5854823153 (patch)
treedbc2e6b2415596f2d448385d93165b7ceb4f159f /include/asm-arm/arch-da8xx
parentd6292d79e4748444b44c3db12f8f45b29092592d (diff)
Use the CONFIG_NAND_CS option in the DA8xx configuration file to select the region to which NAND chip is connected.
Signed-off-by: Sudhakar Rajashekara <sudhakar.raj@ti.com>
Diffstat (limited to 'include/asm-arm/arch-da8xx')
-rw-r--r--include/asm-arm/arch-da8xx/nand_defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/arch-da8xx/nand_defs.h b/include/asm-arm/arch-da8xx/nand_defs.h
index 450e8b986c..3a9a8c840a 100644
--- a/include/asm-arm/arch-da8xx/nand_defs.h
+++ b/include/asm-arm/arch-da8xx/nand_defs.h
@@ -29,12 +29,10 @@
#include <asm/arch/hardware.h>
#define MASK_CLE 0x10
-//#define MASK_ALE 0x0a
#define MASK_ALE 0x08
#define NAND_CE0CLE ((volatile u_int8_t *)(CONFIG_SYS_NAND_BASE + 0x10))
-//#define NAND_CE0ALE ((volatile u_int8_t *)(CFG_NAND_BASE + 0x0a))
#define NAND_CE0ALE ((volatile u_int8_t *)(CONFIG_SYS_NAND_BASE + 0x08))
#define NAND_CE0DATA ((volatile u_int8_t *)CONFIG_SYS_NAND_BASE)