IP22: Disable EARLY PRINTK because it breaks serial console.

svn path=/dists/trunk/linux-2.6/; revision=9683
This commit is contained in:
Martin Michlmayr 2007-10-30 07:36:06 +00:00
parent 313b83ed81
commit bf461b46de
3 changed files with 29 additions and 0 deletions

1
debian/changelog vendored
View File

@ -39,6 +39,7 @@ linux-2.6 (2.6.23-1~experimental.1) UNRELEASED; urgency=low
enable NFSv4 and ip6tables support requested by Wouter Verhelst.
* [arm/iop32x] Enable Intel IOP ADMA support.
* [arm] Mark BCM43XX as broken on ARM.
* [mips/r4k-ip22] Disable EARLY PRINTK because it breaks serial console.
[ Bastian Blank ]
* Add unpriviledged only Xen support.

View File

@ -0,0 +1,27 @@
From: tsbogend@alpha.franken.de (Thomas Bogendoerfer)
Date: Tue, 11 Sep 2007 12:44:59 +0200
To: linux-mips@linux-mips.org
Subject: [PATCH] IP22: Disable EARLY PRINTK, because it breaks serial console
Disable EARLY PRINTK, because it breaks serial console
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
arch/mips/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3b807b4..1f0502d 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -334,7 +334,6 @@ config SGI_IP22
select SWAP_IO_SPACE
select SYS_HAS_CPU_R4X00
select SYS_HAS_CPU_R5000
- select SYS_HAS_EARLY_PRINTK
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_64BIT_KERNEL
select SYS_SUPPORTS_BIG_ENDIAN
--
1.4.4.4

View File

@ -17,6 +17,7 @@
+ bugfix/mips/tulip_dc21143.patch
+ bugfix/mips/cobalt-ide-resources.patch
+ bugfix/mips/bcm1480-pci-build-fix.patch
+ bugfix/mips/ip22-disable-early-printk.patch
+ features/arm/ixp4xx-npe-driver-0.3.1.patch
+ features/arm/ixp4xx-net-driver-improve-mac-handling.patch
+ features/arm/nslu2-i2c-gpio-driver-support.patch