MASK_ALE = 0x0A may always work, but
MASK_ALE = 0x08 is much more logical
Only 1 address line is hooked to ALE, not 2

Signed-off-by: Troy Kisky <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-davinci/nand.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-arm/arch-davinci/nand.h 
b/include/asm-arm/arch-davinci/nand.h
index bc483be..39f9034 100644
--- a/include/asm-arm/arch-davinci/nand.h
+++ b/include/asm-arm/arch-davinci/nand.h
@@ -37,7 +37,7 @@
 #define NANDFSR_OFFSET                 0x64
 #define NANDF1ECC_OFFSET       0x70
 
-#define        MASK_ALE                0x0A
+#define        MASK_ALE                0x08
 #define        MASK_CLE                0x10
 
 #define NAND_BUSY_FLAG         0x01
-- 
1.5.4

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to