Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 052bc689 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

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: default avatarStephen Boyd <sboyd@codeaurora.org>
parent d8af252b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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