Re: [U-Boot] [PATCH v3 1/2] cmd_sf: let sf update erase last sector as a whole

2013-08-06 Thread Jagan Teki
On 04-07-2013 00:03, Gerlando Falauto wrote: make sf update work with unaligned `len' parameter, by deleting the whole last sector before writing, so to allow for: sf update ${load_addr_r} 0 ${filesize} Signed-off-by: Gerlando Falauto gerlando.fala...@keymile.com Cc: Valentin Longchamp

Re: [U-Boot] [PATCH v3 1/2] cmd_sf: let sf update erase last sector as a whole

2013-08-06 Thread Jagan Teki
On 07-08-2013 00:27, Jagan Teki wrote: On 04-07-2013 00:03, Gerlando Falauto wrote: make sf update work with unaligned `len' parameter, by deleting the whole last sector before writing, so to allow for: sf update ${load_addr_r} 0 ${filesize} Signed-off-by: Gerlando Falauto

[U-Boot] [PATCH v3 1/2] cmd_sf: let sf update erase last sector as a whole

2013-07-03 Thread Gerlando Falauto
make sf update work with unaligned `len' parameter, by deleting the whole last sector before writing, so to allow for: sf update ${load_addr_r} 0 ${filesize} Signed-off-by: Gerlando Falauto gerlando.fala...@keymile.com Cc: Valentin Longchamp valentin.longch...@keymile.com Cc: Holger Brunck