summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.10/980-wnr834b_no_cardbus_invariant.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-10-06 23:55:35 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-10-06 23:55:35 +0000
commitb2018180441b7b51f15bfd74669e21f4a0127f30 (patch)
treea4d918cf53f9800b34472d9d1f710d6cb7c328d4 /target/linux/brcm47xx/patches-3.10/980-wnr834b_no_cardbus_invariant.patch
parentebf07787210deee29e3ad4f2308433866a853c20 (diff)
downloadmaster-31e0f0ae-b2018180441b7b51f15bfd74669e21f4a0127f30.tar.gz
master-31e0f0ae-b2018180441b7b51f15bfd74669e21f4a0127f30.tar.bz2
master-31e0f0ae-b2018180441b7b51f15bfd74669e21f4a0127f30.zip
brcm47xx: update early printk patches
Early printk was disabled because it caused hangs on some devices, the old patches were using the CFE console now we use the normal serial console, it is at a constant address. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38309
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/980-wnr834b_no_cardbus_invariant.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.10/980-wnr834b_no_cardbus_invariant.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/980-wnr834b_no_cardbus_invariant.patch b/target/linux/brcm47xx/patches-3.10/980-wnr834b_no_cardbus_invariant.patch
index 55c7365fef..069a0fa7a2 100644
--- a/target/linux/brcm47xx/patches-3.10/980-wnr834b_no_cardbus_invariant.patch
+++ b/target/linux/brcm47xx/patches-3.10/980-wnr834b_no_cardbus_invariant.patch
@@ -1,6 +1,6 @@
--- a/arch/mips/bcm47xx/setup.c
+++ b/arch/mips/bcm47xx/setup.c
-@@ -123,6 +123,10 @@ static int bcm47xx_get_invariants(struct
+@@ -121,6 +121,10 @@ static int bcm47xx_get_invariants(struct
if (bcm47xx_nvram_getenv("cardbus", buf, sizeof(buf)) >= 0)
iv->has_cardbus_slot = !!simple_strtoul(buf, NULL, 10);