]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-arm/arch-davinci/nand_defs.h
NAND DaVinci: Update to ALE/CLE Mask values
[people/ms/u-boot.git] / include / asm-arm / arch-davinci / nand_defs.h
index ba75cd66c586aef7ae00e14bca1bbeaa03241e5f..f2020728d6b8109490cf42ded5bac9897f934767 100644 (file)
 
 #include <asm/arch/hardware.h>
 
+#ifdef CONFIG_SOC_DM646x
+#define        MASK_CLE        0x80000
+#define        MASK_ALE        0x40000
+#else
 #define        MASK_CLE        0x10
 #define        MASK_ALE        0x08
+#endif
 
 #define NAND_READ_START                0x00
 #define NAND_READ_END          0x30