
Scott, I will resubmit after i take care of your comments.
Thanks, Sandeep ________________________________________ From: Scott Wood [scottwood@freescale.com] Sent: Tuesday, April 28, 2009 5:22 PM To: Paulraj, Sandeep Cc: u-boot@lists.denx.de; davinci-linux-open-source@linux.davincidsp.com Subject: Re: [U-Boot] [PATCH] ARM DaVinci: Adding CONFIG options for NAND ALE and CLE
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