Re: [U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-26 Thread Lukasz Majewski
On Wed, 26 Jun 2013 11:05:31 -0400, Tom Rini wrote: > On Wed, Jun 26, 2013 at 04:41:28PM +0200, Lukasz Majewski wrote: > > Hi Tom, > > > > > In the following commit: > > > "dfu: Support larger than memory transfers." > > > SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 > > > > > > The ext4{read|

Re: [U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-26 Thread Tom Rini
On Wed, Jun 26, 2013 at 04:41:28PM +0200, Lukasz Majewski wrote: > Hi Tom, > > > In the following commit: > > "dfu: Support larger than memory transfers." > > SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 > > > > The ext4{read|write} command formatting has been changed. It removed > > a mandator

Re: [U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-26 Thread Lukasz Majewski
Hi Tom, > In the following commit: > "dfu: Support larger than memory transfers." > SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 > > The ext4{read|write} command formatting has been changed. It removed > a mandatory [sizebytes] parameter. > > It prevented from ext4 update via dfu. This commit

[U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-24 Thread Lukasz Majewski
In the following commit: "dfu: Support larger than memory transfers." SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 The ext4{read|write} command formatting has been changed. It removed a mandatory [sizebytes] parameter. It prevented from ext4 update via dfu. This commit restored the previous beh