Resend: Re: [PATCH] Fixing the garbage collector problem after NAND-flash image record in u-boot

2010-11-23 Thread Sergej.Stepanov
Sorry Scott, i resend the email also to linuxppc-dev Am Dienstag, den 23.11.2010, 11:18 -0600 schrieb Scott Wood: > > It only makes a difference on small-page NAND. Our board has a large page NAND > > > I'll resend the patch. > > Please include linux-...@lists.infradead.org and David Woodhous

Re: [PATCH] Fixing the garbage collector problem after NAND-flash image record in u-boot

2010-11-23 Thread Scott Wood
On Tue, 23 Nov 2010 16:10:54 +0100 wrote: > This patch should fix the following problem: > 1. the jffs2-image update in the u-boot was ok > 2. first restart and first mount of the NAND-flash-partition was also ok > 3. before the restart of controller there are no any activity on NAND-flash

[PATCH] Fixing the garbage collector problem after NAND-flash image record in u-boot

2010-11-23 Thread Sergej.Stepanov
This patch should fix the following problem: 1. the jffs2-image update in the u-boot was ok 2. first restart and first mount of the NAND-flash-partition was also ok 3. before the restart of controller there are no any activity on NAND-flash except of the jffs2_gcd_mtdX-process ... 4. BUT aft