From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 10 Nov 2011 14:13:12 +0100 Subject: [U-Boot] [PATCH 12/20] iMX28: Add u-boot.sb target to Makefile In-Reply-To: <1320830307-4762-13-git-send-email-marek.vasut@gmail.com> References: <1320830307-4762-1-git-send-email-marek.vasut@gmail.com> <1320830307-4762-13-git-send-email-marek.vasut@gmail.com> Message-ID: <4EBBCDE8.4070404@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/09/2011 10:18 AM, Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: Stefano Babic > Cc: Wolfgang Denk > Cc: Detlev Zundel > --- > .gitignore | 1 + > Makefile | 5 +++++ > 2 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 70a11f7..ff4bae0 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -36,6 +36,7 @@ > /u-boot.lds > /u-boot.ubl > /u-boot.dtb > +/u-boot.sb > > # > # Generated files > diff --git a/Makefile b/Makefile > index 294c762..c9e2624 100644 > --- a/Makefile > +++ b/Makefile > @@ -424,6 +424,10 @@ $(obj)u-boot.ubl: $(obj)spl/u-boot-spl.bin $(obj)u-boot.bin > rm $(obj)u-boot-ubl.bin > rm $(obj)spl/u-boot-spl-pad.bin > > +$(obj)u-boot.sb: $(obj)u-boot.bin $(obj)spl/u-boot-spl.bin > + elftosb -zdf imx28 -c $(TOPDIR)/board/$(BOARDDIR)/u-boot.bd \ > + -o $(obj)u-boot.sb > + > ifeq ($(CONFIG_SANDBOX),y) > GEN_UBOOT = \ > cd $(LNDIR) && $(CC) $(SYMS) -T $(obj)u-boot.lds \ > @@ -791,6 +795,7 @@ clobber: clean > @rm -f $(obj)u-boot.imx > @rm -f $(obj)u-boot.ubl > @rm -f $(obj)u-boot.dtb > + @rm -f $(obj)u-boot.sb > @rm -f $(obj)tools/{env/crc32.c,inca-swap-bytes} > @rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c > @rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================