[U-Boot] [PATCH 6/8] JFFS2: Change scansize to match linux kernel

2015-06-28 Thread Mark Tomlinson
The scan code is similar to the linux kernel, but the kernel defines a much smaller size to scan through before deciding a sector is blank. Assuming that what is in the kernel is OK, make these two match. On its own, this change makes no difference to scanning of any sectors which have a clean mar

Re: [U-Boot] [PATCH 6/8] JFFS2: Change scansize to match linux kernel

2015-06-30 Thread Heiko Schocher invitel
Hello Mark, Am 29.06.2015 um 07:02 schrieb Mark Tomlinson: The scan code is similar to the linux kernel, but the kernel defines a much smaller size to scan through before deciding a sector is blank. Assuming that what is in the kernel is OK, make these two match. On its own, this change makes n