diff options
| author | Masahiro Yamada <[email protected]> | 2014-03-11 11:05:11 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-03-12 17:04:37 -0400 |
| commit | 07e27ce013ddb28c5c0725d65b1aa28fd95fcd87 (patch) | |
| tree | 7be27305048a0fc5e02de9f7b06dc0e2f688c54d /Makefile | |
| parent | dd11acaa749e19baea8077a8a9814cbad47ea6b0 (diff) | |
kbuild,mxs: use short logs for MXS images
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Otavio Salvador <[email protected]>
Cc: Lauri Hintsala <[email protected]>
Acked-by: Marek Vasut <[email protected]>
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 |
