summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-11-30 03:04:24 +0000
committerStefano Babic <sbabic@denx.de>2012-12-04 09:06:29 +0100
commit58bcadd9d08f680739d29e0f5f374f721023b8ca (patch)
treeb9d642c148e45d3bf559e0039a55708c65f20ec3 /Makefile
parent893aabbead3a6f9cca3cc9aaf7fa7c8c160dcf69 (diff)
downloadblackbird-obmc-uboot-58bcadd9d08f680739d29e0f5f374f721023b8ca.tar.gz
blackbird-obmc-uboot-58bcadd9d08f680739d29e0f5f374f721023b8ca.zip
mxs: Silence elftosb
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4fc6a82f79..86546a286a 100644
--- 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.
OpenPOWER on IntegriCloud