Re: [U-Boot] [PATCH V2 2/5] omap-common: add nand spl support

2011-07-28 Thread Aneesh V
Dear Simon, Andreas, On Tuesday 26 July 2011 02:12 PM, Simon Schwarz wrote: Dear Andreas, On 07/26/2011 08:07 AM, Andreas Bießmann wrote: Dear Simon, Am 25.07.2011 um 20:05 schrieb Simon Schwarz: Add NAND support for the new SPL structure. --- This patch didn't exist before V2! V2

Re: [U-Boot] [PATCH V2 2/5] omap-common: add nand spl support

2011-07-26 Thread Andreas Bießmann
Dear Simon, Am 25.07.2011 um 20:05 schrieb Simon Schwarz: Add NAND support for the new SPL structure. --- 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

Re: [U-Boot] [PATCH V2 2/5] omap-common: add nand spl support

2011-07-26 Thread Simon Schwarz
Dear Andreas, On 07/26/2011 08:07 AM, Andreas Bießmann wrote: Dear Simon, Am 25.07.2011 um 20:05 schrieb Simon Schwarz: Add NAND support for the new SPL structure. --- This patch didn't exist before V2! V2 changes: ADD Some define-barriers for OMAP3 to only use NAND ADD

[U-Boot] [PATCH V2 2/5] omap-common: add nand spl support

2011-07-25 Thread Simon Schwarz
Add NAND support for the new SPL structure. --- 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() implementation for omap-common