Re: [U-Boot] [PATCH 3/3] ARM: kwimage: fix v0 format

2014-11-04 Thread Tom Rini
On Fri, Oct 31, 2014 at 01:03:27AM +0100, Gerald Kerma wrote: > This patch fix the kwimage tools for version 0 fileformat used for kirkwood > Tested on sheevaplug > > Signed-off-by: Gerald Kerma Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [PATCH 3/3] ARM: kwimage: fix v0 format

2014-11-02 Thread Prafulla Wadaskar
> -Original Message- > From: Stefan Roese [mailto:s...@denx.de] > Sent: 31 October 2014 12:26 > To: Gerald Kerma; u-boot@lists.denx.de; Prafulla > Wadaskar > Cc: albert.u.b...@aribaud.net; l...@openwrt.org > Subject: Re: [PATCH 3/3] ARM: kwimage: fix v0 format > > On 31.10.2014 01:03, Ge

Re: [U-Boot] [PATCH 3/3] ARM: kwimage: fix v0 format

2014-10-30 Thread Stefan Roese
On 31.10.2014 01:03, Gerald Kerma wrote: This patch fix the kwimage tools for version 0 fileformat used for kirkwood Tested on sheevaplug Signed-off-by: Gerald Kerma I tested this on AXP (version 1 instead of version 0) and found no problems here. So: Tested-by: Stefan Roese Reviewed-by:

Re: [U-Boot] [PATCH 3/3] ARM: kwimage: fix v0 format

2014-10-30 Thread Prafulla Wadaskar
> -Original Message- > From: Gerald Kerma [mailto:drea...@doukki.net] > Sent: 31 October 2014 05:33 > To: u-boot@lists.denx.de; Prafulla Wadaskar; s...@denx.de > Cc: albert.u.b...@aribaud.net; l...@openwrt.org; Gerald > Kerma > Subject: [PATCH 3/3] ARM: kwimage: fix v0 format > > This pa

[U-Boot] [PATCH 3/3] ARM: kwimage: fix v0 format

2014-10-30 Thread Gerald Kerma
This patch fix the kwimage tools for version 0 fileformat used for kirkwood Tested on sheevaplug Signed-off-by: Gerald Kerma --- tools/kwbimage.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index 1120e9b..7e2fb5e 100644 --- a