[U-Boot] [PATCH 12/15] iMX28: Add u-boot.sb target to Makefile
Marek Vasut
marek.vasut at gmail.com
Mon Sep 12 19:40:25 CEST 2011
On Monday, September 12, 2011 06:33:29 PM Mike Frysinger wrote:
> On Monday, September 12, 2011 00:06:46 Marek Vasut wrote:
> > Makefile | 5 +++++
> > 1 files changed, 5 insertions(+), 0 deletions(-)
> >
> > --- a/Makefile
> > +++ b/Makefile
> >
> > +$(obj)u-boot.sb: $(obj)u-boot.bin $(obj)spl/u-boot-spl.bin
> > + elftosb -zdf imx28 -c board/denx/m28evk/u-boot.bd \
> > + -o $(obj)u-boot.sb
>
> generated files should probably be in .gitignore too
> -mike
u-boot.sb added, thanks. Will be in V3
More information about the U-Boot
mailing list