Re: [U-Boot] [PATCHv5 2/7] mkenvimage: Correct an include and add a missing one

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:35 +0100 David Wagner wrote: > compiler.h needs to be included from U-Boot's headers. > Also, group U-Boot-specific includes together > > stdlib.h was missing. > > Signed-off-by: David Wagner > --- > tools/mkenvimage.c |3 ++- > 1 files changed, 2 insertions(+),

Re: [U-Boot] [PATCHv5 2/7] mkenvimage: Correct an include and add a missing one

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 2/7] mkenvimage: Correct an include and add a missing one

2012-01-13 Thread David Wagner
compiler.h needs to be included from U-Boot's headers. Also, group U-Boot-specific includes together stdlib.h was missing. Signed-off-by: David Wagner --- tools/mkenvimage.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c index