MIPS: Reduce kernel image size for !CONFIG_DEBUG_ZBOOT
authorWu Zhangjin <wuzhangjin@gmail.com>
Sat, 25 Dec 2010 15:11:49 +0000 (23:11 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 2 Apr 2015 11:54:25 +0000 (13:54 +0200)
commit7ae7ef3ffdd62454a1c0e6b69ebc7a14b523f0cc
tree288abc6246a15dc556e8d1dafb0d46e3144461cc
parent160f14312b0b7d35759535b1f60be79247b263c4
MIPS: Reduce kernel image size for !CONFIG_DEBUG_ZBOOT

!CONFIG_DEBUG_ZBOOT doesn't need puts() and puthex(), remove them and
the corrospindig strings for !CONFIG_DEBUG_ZBOOT, as a result, it saves
about 1280 bytes.

[ralf@linux-mips.org: Resolved reject.]

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Wu Zhangjin <wuzhangjin@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/1898/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/compressed/Makefile
arch/mips/boot/compressed/decompress.c