summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2017-04-28 00:40:28 -0700
committerStephen Boyd <sboyd@codeaurora.org>2017-04-28 00:42:07 -0700
commit052bc689454201ca3d33ab55ecdf43467febb5d1 (patch)
treebf7ea215c1bda2b6d22db18db66c8179ade35c3a /arch/arm
parentd8af252b938a3a60527e346d5dd200adb7facb3e (diff)
ARM: boot: Silence 'zimage-dtb is ready' message
We should use kecho here instead of echo, so that make -s will skip printing anything here. Otherwise, builds with make -s will be confused and consider this informational message a warning/error. Change-Id: I4c854636e5b8b7e8b11eba8e5a52824ebee50ea1 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index 8849c2d20ac5..a5278293bd15 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -69,7 +69,7 @@ $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
$(obj)/zImage-dtb: $(obj)/zImage $(DTB_OBJS) FORCE
$(call if_changed,cat)
- @echo ' Kernel: $@ is ready'
+ @$(kecho) ' Kernel: $@ is ready'
endif