Re: [U-Boot] [PATCH 0/2] SPI flash update command

2012-04-04 Thread Valentin Longchamp
Hi, We had discussed this internally with Gerlando, but I will repeat my position here on the ML for the sake of the discussion. On 04/03/2012 05:14 PM, Gerlando Falauto wrote: Hi, this patchset allows sf update to erase+write a number of bytes which is not a multiple of the sector size.

[U-Boot] [PATCH 0/2] SPI flash update command

2012-04-03 Thread Gerlando Falauto
Hi, this patchset allows sf update to erase+write a number of bytes which is not a multiple of the sector size. Start address must still be sector-aligned though. The first patch trivially makes it such it will always erase an entire sector before writing, regardless of the amount of data to