Re: [U-Boot] nand: adjust erase/read/write partition/chip size for bad blocks

2013-05-22 Thread Scott Wood
On Tue, Feb 26, 2013 at 05:21:27PM -, 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 hchap...@3gfp.com ---

Re: [U-Boot] nand: adjust erase/read/write partition/chip size for bad blocks

2013-05-22 Thread Scott Wood
On 05/22/2013 04:36:41 PM, Scott Wood wrote: On Tue, Feb 26, 2013 at 05:21:27PM -, 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: