[U-Boot] [PATCH 11/15] iMX28: Add image header generator tool
Mike Frysinger
vapier at gentoo.org
Mon Sep 12 18:38:29 CEST 2011
On Monday, September 12, 2011 00:06:45 Marek Vasut wrote:
> tools/Makefile | 6 +
> tools/mxsboot.c | 687
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed,
> 693 insertions(+), 0 deletions(-)
> create mode 100644 tools/mxsboot.c
missing .gitignore update
> --- /dev/null
> +++ b/tools/mxsboot.c
>
> +#include <fcntl.h>
> +#include <malloc.h>
> +#include <stdint.h>
> +#include <stdio.h>
> +#include <stdlib.h>
> +#include <string.h>
> +#include <sys/stat.h>
> +#include <sys/types.h>
> +#include <unistd.h>
drop the malloc.h and probably add compiler.h
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110912/900353f7/attachment.pgp
More information about the U-Boot
mailing list