summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-11 11:05:11 +0900
committerTom Rini <trini@ti.com>2014-03-12 17:04:37 -0400
commit07e27ce013ddb28c5c0725d65b1aa28fd95fcd87 (patch)
tree7be27305048a0fc5e02de9f7b06dc0e2f688c54d /Makefile
parentdd11acaa749e19baea8077a8a9814cbad47ea6b0 (diff)
downloadtalos-obmc-uboot-07e27ce013ddb28c5c0725d65b1aa28fd95fcd87.tar.gz
talos-obmc-uboot-07e27ce013ddb28c5c0725d65b1aa28fd95fcd87.zip
kbuild,mxs: use short logs for MXS images
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Cc: Lauri Hintsala <lauri.hintsala@bluegiga.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7953382b5..0df378009f 100644
--- a/Makefile
+++ b/Makefile
@@ -858,7 +858,7 @@ u-boot.ais: spl/u-boot-spl.ais u-boot.img FORCE
$(call if_changed,pad_cat)
u-boot.sb: u-boot.bin spl/u-boot-spl.bin
- $(Q)$(MAKE) $(build)=arch/arm/cpu/arm926ejs/mxs $(objtree)/u-boot.sb
+ $(Q)$(MAKE) $(build)=arch/arm/cpu/arm926ejs/mxs u-boot.sb
# On x600 (SPEAr600) U-Boot is appended to U-Boot SPL.
# Both images are created using mkimage (crc etc), so that the ROM
OpenPOWER on IntegriCloud