From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 12 Sep 2011 19:40:35 +0200 Subject: [U-Boot] [PATCH 11/15] iMX28: Add image header generator tool In-Reply-To: <201109121238.29723.vapier@gentoo.org> References: <1315800409-19876-1-git-send-email-marek.vasut@gmail.com> <1315800409-19876-12-git-send-email-marek.vasut@gmail.com> <201109121238.29723.vapier@gentoo.org> Message-ID: <201109121940.35165.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > drop the malloc.h and probably add compiler.h > -mike Cheers