Re: [U-Boot] [PATCH V2 3/5] nand spl: add NAND Library to new SPL

2011-07-26 Thread Simon Schwarz
Dear Andreas, On 07/26/2011 07:59 AM, Andreas Bießmann wrote: > Dear Simon, > > Am 25.07.2011 um 20:05 schrieb Simon Schwarz: > >> Insert some NAND driver sources into NAND SPL library. >> >> --- >> V1 changes: >> CHG Default to HW ecc in SPL build >> ADD nand_read_buf16 function, read buffer >> A

Re: [U-Boot] [PATCH V2 3/5] nand spl: add NAND Library to new SPL

2011-07-25 Thread Andreas Bießmann
Dear Simon, Am 25.07.2011 um 20:05 schrieb Simon Schwarz: > Insert some NAND driver sources into NAND SPL library. > > --- > V1 changes: > CHG Default to HW ecc in SPL build > ADD nand_read_buf16 function, read buffer > ADD omap_dev_ready function, indicte if chip is ready > > V2 changes: > DEL