
22 May
2013
22 May
'13
11:36 p.m.
On Tue, Feb 26, 2013 at 05:21:27PM -0000, Harvey Chapman wrote:
Adjust the sizes calculated for whole partition/chip operations by removing the size of bad blocks so we don't try to erase/read/write past a partition/chip boundary.
Signed-off-by: Harvey Chapman hchapman@3gfp.com
common/cmd_nand.c | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+)
Applied to u-boot-nand-flash...
/* size is unspecified */
if (argc < 5)
adjust_size_for_badblocks(&rwsize, off, dev);
...after fixing this to be &size rather than &rwsize.
-Scott