Re: [U-Boot] [PATCH 3/4] [v2] nand_util: drop trailing all-0xff pages if requested

2011-05-24 Thread Detlev Zundel
Hi Ben, > Add a flag to nand_read_skip_bad() such that if true, any trailing > pages in an eraseblock whose contents are entirely 0xff will be > dropped. > > The implementation is via a new drop_ffs() function which is > based on the function of the same name from the ubiformat > utility by Artem

[U-Boot] [PATCH 3/4] [v2] nand_util: drop trailing all-0xff pages if requested

2011-05-19 Thread Ben Gardiner
Add a flag to nand_read_skip_bad() such that if true, any trailing pages in an eraseblock whose contents are entirely 0xff will be dropped. The implementation is via a new drop_ffs() function which is based on the function of the same name from the ubiformat utility by Artem Bityutskiy. This is a