diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-11 11:05:11 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-12 17:04:37 -0400 |
commit | 07e27ce013ddb28c5c0725d65b1aa28fd95fcd87 (patch) | |
tree | 7be27305048a0fc5e02de9f7b06dc0e2f688c54d /Makefile | |
parent | dd11acaa749e19baea8077a8a9814cbad47ea6b0 (diff) | |
download | u-boot-imx-07e27ce013ddb28c5c0725d65b1aa28fd95fcd87.zip u-boot-imx-07e27ce013ddb28c5c0725d65b1aa28fd95fcd87.tar.gz u-boot-imx-07e27ce013ddb28c5c0725d65b1aa28fd95fcd87.tar.bz2 |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |