commit | ac5e091fb483540c5249e2a02624f92a961d2892 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Feb 24 11:12:15 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Feb 25 11:01:29 2014 -0500 |
tree | 86dfef60bc240ad4ea025104ad0fd4077e245b90 | |
parent | 734c3ef54e1a5c6a3f8c5c99cfff17f4554e80a8 [diff] [blame] |
kbuild: use shorten logs for mkimage rules Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
diff --git a/arch/arm/cpu/armv7/omap3/config.mk b/arch/arm/cpu/armv7/omap3/config.mk index 2a3d1c5..ad44d63 100644 --- a/arch/arm/cpu/armv7/omap3/config.mk +++ b/arch/arm/cpu/armv7/omap3/config.mk
@@ -9,7 +9,7 @@ # SPDX-License-Identifier: GPL-2.0+ # ifdef CONFIG_SPL_BUILD -ALL-y += $(OBJTREE)/MLO +ALL-y += MLO else ALL-y += u-boot.img endif