diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2010-01-04 04:16:46 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:10 -0500 |
commit | c7e8c668b09a27879e8b45d2a613fb5acdf9f8a3 (patch) | |
tree | 4036e19f1c919ea601da9436b3abe718ad473f9e /arch/mips/Kconfig | |
parent | 6f3209659833e3ed653840d19b2f624f6db07823 (diff) |
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 <wuzhangjin@gmail.com>
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 <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
180 | 180 | ||
181 | config MACH_LOONGSON | 181 | config MACH_LOONGSON |
182 | bool "Loongson family of machines" | 182 | bool "Loongson family of machines" |
183 | select SYS_SUPPORTS_ZBOOT_UART16550 | 183 | select SYS_SUPPORTS_ZBOOT |
184 | help | 184 | help |
185 | This enables the support of Loongson family of machines. | 185 | This enables the support of Loongson family of machines. |
186 | 186 | ||