Re: [U-Boot] [PATCH] NAND DaVinci: Update to ALE/CLE Mask values

2009-05-11 Thread Scott Wood
On Sat, May 09, 2009 at 12:35:20PM -0400, s-paul...@ti.com wrote: > All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8 > except the DM646x. This was decided by the design team driving the design. > This patch updates the CLE and ALE values for DM646x. > Updated patches for DM646x will

[U-Boot] [PATCH] NAND DaVinci: Update to ALE/CLE Mask values

2009-05-09 Thread s-paulraj
All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8 except the DM646x. This was decided by the design team driving the design. This patch updates the CLE and ALE values for DM646x. Updated patches for DM646x will be sent shortly. This applies to u-boot-nand-flash git Signed-off-by: San