Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Fix alignment of quiet build output for vmlinuz link

The "LD vmlinuz" line in the quiet build output is misaligned with the
rest of the output. Fix this.

Signed-off-by: Alex Smith <alex.smith@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11019/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Alex Smith and committed by
Ralf Baechle
fb2646ab 65ab562c

+1 -1
+1 -1
arch/mips/boot/compressed/Makefile
··· 78 78 79 79 vmlinuzobjs-y += $(obj)/piggy.o 80 80 81 - quiet_cmd_zld = LD $@ 81 + quiet_cmd_zld = LD $@ 82 82 cmd_zld = $(LD) $(LDFLAGS) -Ttext $(VMLINUZ_LOAD_ADDRESS) -T $< $(vmlinuzobjs-y) -o $@ 83 83 quiet_cmd_strip = STRIP $@ 84 84 cmd_strip = $(STRIP) -s $@