[U-Boot] [PATCH 11/15] iMX28: Add image header generator tool

Marek Vasut marek.vasut at gmail.com
Mon Sep 12 19:40:35 CEST 2011


On Monday, September 12, 2011 06:38:29 PM Mike Frysinger wrote:
> 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

Ignore what?

> 
> > --- /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

Cheers


More information about the U-Boot mailing list