Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-19 Thread Lukasz Majewski
Hi Tom, First of all, sorry for late reply. > On Mon, Feb 18, 2013 at 11:01:42AM +0100, Lukasz Majewski wrote: > > Hi Tom, > > > > > On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: > > > > > > > We didn't support upload/download larger than available memory. > > > > This is p

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-18 Thread Tom Rini
On Mon, Feb 18, 2013 at 11:01:42AM +0100, Lukasz Majewski wrote: > Hi Tom, > > > On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: > > > > > We didn't support upload/download larger than available memory. > > > This is pretty bad when you have to update your root filesystem for >

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 05:01 AM, Lukasz Majewski wrote: > Hi Tom, > >> On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou >> wrote: >> >>> We didn't support upload/download larger than available >>> memory. This is pretty bad when you have to update

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-18 Thread Marek Vasut
Dear Lukasz Majewski, > Hi Tom, > > > On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: > > > We didn't support upload/download larger than available memory. > > > This is pretty bad when you have to update your root filesystem for > > > example. > > > > > > This patch removes t

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-18 Thread Lukasz Majewski
Hi Tom, > On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: > > > We didn't support upload/download larger than available memory. > > This is pretty bad when you have to update your root filesystem for > > example. > > > > This patch removes the limitation (and the crashes when

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-12 Thread Tom Rini
On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: > We didn't support upload/download larger than available memory. > This is pretty bad when you have to update your root filesystem for > example. > > This patch removes the limitation (and the crashes when you transfered > any fi