Re: [U-Boot-Users] [PATCH v2] NAND read/write.jffs2 fix

2008-06-13 Thread Morten Ebbell Hestnes
>> patch for branch mtd-2.6.22.1 on git://git.denx.de/u-boot-nand-flash.git >> >> nand read(.jffs2|.e|.i) skips bad blocks during read. >> write(.jffs2|.e|.i) skips bad blocks during write >> nand read will read 0xff for bad block. >> Update documentation. >> --- > > Can I get a Signed-off-by? >

Re: [U-Boot-Users] [PATCH v2] NAND read/write.jffs2 fix

2008-06-12 Thread Scott Wood
On Tue, Jun 10, 2008 at 02:01:29PM +0200, Morten Ebbell Hestens wrote: > patch for branch mtd-2.6.22.1 on git://git.denx.de/u-boot-nand-flash.git > > nand read(.jffs2|.e|.i) skips bad blocks during read. > write(.jffs2|.e|.i) skips bad blocks during write > nand read will read 0xff for bad block.

[U-Boot-Users] [PATCH v2] NAND read/write.jffs2 fix

2008-06-10 Thread Morten Ebbell Hestens
patch for branch mtd-2.6.22.1 on git://git.denx.de/u-boot-nand-flash.git nand read(.jffs2|.e|.i) skips bad blocks during read. write(.jffs2|.e|.i) skips bad blocks during write nand read will read 0xff for bad block. Update documentation. --- common/cmd_nand.c| 73 ++--- doc/README.