]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3140fb1f33c8a5feceb4faa09a2db870f4aceea3
tree288abc6246a15dc556e8d1dafb0d46e3144461cc
parentca1ce8bef15b9b48df9300e63d9f6fd2e9cd194a
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