| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 04/10] Loongson: Remove the serial port output of compressed kernel support |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Mon, 4 Jan 2010 17:16:46 +0800 |
| Cc: | linux-mips@linux-mips.org, yanh@lemote.com, huhb@lemote.com, zhangfx@lemote.com, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:in-reply-to:references; bh=JU8BzTDgfWyAi5eo+baBKeYKxY81e7TLIGMcpWfMcUM=; b=BiCC0nvrCSCJ5uq7ruVYBDago1VyPtbdjgXyFNcfRK94seHua9DbtxtEd64u2jmyiY HyIwW4K3NAkEoZDzoeF/67ALAvLjFInJvxPrrr11NItt2m5hAjNL0BZGreI26ZgQi3Fa u6FuYCRW+4WRv8LFmNqqwJTlOpZkttMnB16a4= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=iUO2us4jlGmm2n4FVrUasthlYxAesnkkm6oSqdBrD3YhQT3kRwEAMj895jinTXAGrI irNMSEGpw3Wksk2LjnT+3zUiSuiG6Td4lD2KleB54P8OjbLxh6H7FD9hgAaTiUHE8dRQ 6Nyad3P5AK5DBDJ6cMV+baYLjbsQzxm7C+Eus= |
| In-reply-to: | <9bcc0f00c46fdf5c832ce3bdd0df8d7f08b7a1be.1262596493.git.wuzhangjin@gmail.com> |
| In-reply-to: | <cover.1262596493.git.wuzhangjin@gmail.com> |
| References: | <cover.1262586650.git.wuzhangjin@gmail.com> <f4aeb125cb030f10d34966febfe9715874d52ab2.1262596493.git.wuzhangjin@gmail.com> <669ff2f39fd2aa3849e472438d3d9d499c8f0e3a.1262596493.git.wuzhangjin@gmail.com> <9bcc0f00c46fdf5c832ce3bdd0df8d7f08b7a1be.1262596493.git.wuzhangjin@gmail.com> |
| References: | <cover.1262596493.git.wuzhangjin@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Wu Zhangjin <wuzhangjin@gmail.com>
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>
---
arch/mips/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9541171..e09ff2e 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.
--
1.6.5.6
|
| Previous by Date: | [PATCH 03/10] Loongson: Convert loongson_halt() to use unreachable(), Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH 05/10] Loongson: Move prom_argc and prom_argv into prom_init_cmdline(), Wu Zhangjin |
| Previous by Thread: | [PATCH 03/10] Loongson: Convert loongson_halt() to use unreachable(), Wu Zhangjin |
| Next by Thread: | [PATCH 05/10] Loongson: Move prom_argc and prom_argv into prom_init_cmdline(), Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |