Re: [U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-03-27 Thread David Wagner
On 27/03/2012 10:32, Anatolij Gustschin wrote: [...] > > I'll queue them in my staging branch. > > Thanks, > Anatolij Thanks a lot ! David. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:34 +0100 David Wagner wrote: > Also, don't split error messages over several lines as per a coding style > exception making them easier to grep. > > Signed-off-by: David Wagner > --- > tools/mkenvimage.c | 41 +++-- > 1 files chan

Re: [U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-03-27 Thread Anatolij Gustschin
Hello David, On Sun, 26 Feb 2012 01:19:39 +0100 David Wagner wrote: > On 15/01/2012 02:22, Mike Frysinger wrote: > > Acked-by: Mike Frysinger > > -mike > > > > Dear Wolfgang, > > I think Mike has acked all the 7 patches in v5. Thanks a lot if you can > apply them. I'll queue them in my stag

Re: [U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-02-25 Thread David Wagner
On 15/01/2012 02:22, Mike Frysinger wrote: Acked-by: Mike Frysinger -mike Dear Wolfgang, I think Mike has acked all the 7 patches in v5. Thanks a lot if you can apply them. Regards, David Wagner. ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-01-14 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-01-13 Thread David Wagner
Also, don't split error messages over several lines as per a coding style exception making them easier to grep. Signed-off-by: David Wagner --- tools/mkenvimage.c | 41 +++-- 1 files changed, 15 insertions(+), 26 deletions(-) diff --git a/tools/mkenvimage.c