]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mxs: Silence elftosb
authorMarek Vasut <marex@denx.de>
Fri, 30 Nov 2012 03:04:24 +0000 (03:04 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 4 Dec 2012 08:06:29 +0000 (09:06 +0100)
The elftosb tool is now called with -d switch, which produces debug
output to the stdout. The debug output is completely useless for
regular operation, so silence it.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Makefile

index 4fc6a82f79a94d0375c53a81e303d799fa9f5c35..86546a286a6b51b0d7dc9c31db6d34c2d78c0a68 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -495,7 +495,7 @@ $(obj)u-boot.ais:       $(obj)spl/u-boot-spl.bin $(obj)u-boot.img
 ELFTOSB_TARGET-$(CONFIG_MX28) = imx28
 
 $(obj)u-boot.sb:       $(obj)u-boot.bin $(obj)spl/u-boot-spl.bin
-               elftosb -zdf $(ELFTOSB_TARGET-y) -c $(TOPDIR)/$(CPUDIR)/$(SOC)/u-boot-$(ELFTOSB_TARGET-y).bd \
+               elftosb -zf $(ELFTOSB_TARGET-y) -c $(TOPDIR)/$(CPUDIR)/$(SOC)/u-boot-$(ELFTOSB_TARGET-y).bd \
                        -o $(obj)u-boot.sb
 
 # On x600 (SPEAr600) U-Boot is appended to U-Boot SPL.