Re: [U-Boot] [PATCH v2 08/14] sparse: Implement several chunks flashing

2015-10-20 Thread Tom Rini
On Thu, Oct 15, 2015 at 02:34:16PM +0200, Maxime Ripard wrote: > The fastboot client will split the sparse images into several chunks if the > image that it tries to flash is bigger than what the device can handle. > > In such a case, the bootloader is supposed to retain the last offset to > whic

[U-Boot] [PATCH v2 08/14] sparse: Implement several chunks flashing

2015-10-15 Thread Maxime Ripard
The fastboot client will split the sparse images into several chunks if the image that it tries to flash is bigger than what the device can handle. In such a case, the bootloader is supposed to retain the last offset to which it wrote to, so that it can resume the writes at the right offset when f