
28 Apr
2009
28 Apr
'09
11:22 p.m.
On Tue, Apr 28, 2009 at 04:33:14PM -0400, s-paulraj@ti.com wrote:
diff --git a/include/configs/davinci_dvevm.h b/include/configs/davinci_dvevm.h index fae430b..1fe3e19 100644 --- a/include/configs/davinci_dvevm.h +++ b/include/configs/davinci_dvevm.h @@ -128,6 +128,8 @@ #define CONFIG_SYS_NAND_BASE 0x02000000 #define CONFIG_SYS_NAND_HW_ECC #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND devices */ +#define CONFIG_MASK_CLE 0x10 +#define CONFIG_MASK_ALE 0x0a
Make it CONFIG_SYS_DAVINCI_NAND_CLE/ALE.
Also, no tab after #define.
-Scott