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

Commit 740fee59 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: boot: Silence 'zimage-dtb is ready' message"

parents a2c574ad 052bc689
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