Re: [U-Boot] [PATCH 2/2 v4] KB9202: Add NAND support

2009-06-23 Thread Scott Wood
On Thu, Jun 11, 2009 at 08:46:54PM +0200, Matthias Kaehlcke wrote: > Add NAND support for the KwikByte KB9202 > > Signed-off-by: Matthias Kaehlcke > > -- The git separator is three dashes, not two. > Changes: > > - moved driver to drivers/mtd/nand/ > - use i/o accessors > - don't check for AT

Re: [U-Boot] [PATCH 2/2 v4] KB9202: Add NAND support

2009-06-11 Thread Matthias Kaehlcke
Add NAND support for the KwikByte KB9202 Signed-off-by: Matthias Kaehlcke -- Changes: - moved driver to drivers/mtd/nand/ - use i/o accessors - don't check for ATL custom board - removed unnecessary cast - don't use magic numbers drivers/mtd/nand/Makefile|1 + drivers