[U-Boot] [PATCH] ARM DaVinci: Adding CONFIG options for NAND ALE and CLE

Scott Wood scottwood at freescale.com
Tue Apr 28 23:22:13 CEST 2009


On Tue, Apr 28, 2009 at 04:33:14PM -0400, s-paulraj at 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


More information about the U-Boot mailing list