Re: [U-Boot] [PATCH v6 4/4] usb/gadget: fastboot: implement sparse format

2014-08-27 Thread Michael Trimarchi
Hi On Wed, Aug 27, 2014 at 7:43 PM, Steve Rae wrote: > Hi Michael > > > On 14-08-26 10:07 PM, Michael Trimarchi wrote: >> >> Hi >> >> Il 26/ago/2014 20:46 "Steve Rae" ha scritto: >>> >>> >>> - add capability to "fastboot flash" with sparse format images >>> >>> Signed-off-by: Steve Rae >>> Acke

Re: [U-Boot] [PATCH v6 4/4] usb/gadget: fastboot: implement sparse format

2014-08-27 Thread Steve Rae
Hi Michael On 14-08-26 10:07 PM, Michael Trimarchi wrote: Hi Il 26/ago/2014 20:46 "Steve Rae" ha scritto: - add capability to "fastboot flash" with sparse format images Signed-off-by: Steve Rae Acked-by: Lukasz Majewski --- Changes in v6: - remove excess braces Changes in v5: - use the

Re: [U-Boot] [PATCH v6 4/4] usb/gadget: fastboot: implement sparse format

2014-08-26 Thread Michael Trimarchi
Hi Il 26/ago/2014 20:46 "Steve Rae" ha scritto: > > - add capability to "fastboot flash" with sparse format images > > Signed-off-by: Steve Rae > Acked-by: Lukasz Majewski > --- > > Changes in v6: > - remove excess braces > > Changes in v5: > - use the common/aboot.c for the "sparse format" han

[U-Boot] [PATCH v6 4/4] usb/gadget: fastboot: implement sparse format

2014-08-26 Thread Steve Rae
- add capability to "fastboot flash" with sparse format images Signed-off-by: Steve Rae Acked-by: Lukasz Majewski --- Changes in v6: - remove excess braces Changes in v5: - use the common/aboot.c for the "sparse format" handling Changes in v4: - rearranged "sparse format" support in this patc