From: Wu Zhangjin Date: Mon, 4 Jan 2010 09:16:46 +0000 (+0800) Subject: MIPS: Loongson: Remove the serial port output of compressed kernel support X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c7e8c668b09a27879e8b45d2a613fb5acdf9f8a3;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git MIPS: Loongson: Remove the serial port output of compressed kernel support The compressed kernel support on loongson family machines is stable now, so, remove the debug information via using SYS_SUPPORTS_ZBOOT instead of SYS_SUPPORTS_ZBOOT_UART16550. This may reduce the image size and speedup the booting. Signed-off-by: Wu Zhangjin Cc: linux-mips@linux-mips.org Cc: yanh@lemote.com Cc: huhb@lemote.com Cc: zhangfx@lemote.com Patchwork: http://patchwork.linux-mips.org/patch/824/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 70376e586315..874167153880 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -180,7 +180,7 @@ config LASAT config MACH_LOONGSON bool "Loongson family of machines" - select SYS_SUPPORTS_ZBOOT_UART16550 + select SYS_SUPPORTS_ZBOOT help This enables the support of Loongson family of machines.