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

2013-02-27 Thread Scott Wood
On 02/26/2013 09:57:14 PM, 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 --- common/cmd_nand.c | 35

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

2013-02-26 Thread Harvey Chapman
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 --- common/cmd_nand.c | 35 +++ 1 file changed,