]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM DaVinci: Changing ALE Mask Value
authorSandeep Paulraj <s-paulraj@ti.com>
Wed, 29 Apr 2009 13:47:09 +0000 (09:47 -0400)
committerScott Wood <scottwood@freescale.com>
Tue, 7 Jul 2009 22:58:02 +0000 (17:58 -0500)
The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
from '0xa' to '0x8'. This is the mask we use for all TI releases.

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
include/asm-arm/arch-davinci/nand_defs.h

index 70094e756db2ac27cfbc4b0d45f8710736da54c7..ba75cd66c586aef7ae00e14bca1bbeaa03241e5f 100644 (file)
@@ -29,7 +29,7 @@
 #include <asm/arch/hardware.h>
 
 #define        MASK_CLE        0x10
-#define        MASK_ALE        0x0a
+#define        MASK_ALE        0x08
 
 #define NAND_READ_START                0x00
 #define NAND_READ_END          0x30