Re: [U-Boot] [PATCH V8 3/9] omap-common: add nand spl support

2011-08-08 Thread Aneesh V
Hi Simon, On Monday 08 August 2011 01:20 PM, Simon Schwarz wrote: > Hi Aneesh, > > On 08/05/2011 09:30 AM, Aneesh V wrote: >> Hi Simon, >> >> Sorry if my response is late. I was not in office for couple of days. > > First day in office since vacation - so no you are not late ;) > >> >> On Tuesday

Re: [U-Boot] [PATCH V8 3/9] omap-common: add nand spl support

2011-08-08 Thread Simon Schwarz
Hi Aneesh, On 08/05/2011 09:30 AM, Aneesh V wrote: > Hi Simon, > > Sorry if my response is late. I was not in office for couple of days. First day in office since vacation - so no you are not late ;) > > On Tuesday 02 August 2011 09:29 PM, Simon Schwarz wrote: >> Add NAND support for the new SPL

Re: [U-Boot] [PATCH V8 3/9] omap-common: add nand spl support

2011-08-05 Thread Aneesh V
Hi Simon, Sorry if my response is late. I was not in office for couple of days. On Tuesday 02 August 2011 09:29 PM, Simon Schwarz wrote: > Add NAND support for the new SPL structure. > > Signed-off-by: Simon Schwarz > --- > This patch didn't exist before V2! > > V2 changes: > ADD Some define-barr

[U-Boot] [PATCH V8 3/9] omap-common: add nand spl support

2011-08-02 Thread Simon Schwarz
Add NAND support for the new SPL structure. Signed-off-by: Simon Schwarz --- This patch didn't exist before V2! V2 changes: ADD Some define-barriers for OMAP3 to only use NAND ADD nand_load_image() - inits the OMAP gpmc, loads the images - parses the header CHG cosmetic ADD do_reset() im