aboutsummaryrefslogtreecommitdiffstats
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-12-01 18:05:08 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-12-01 18:05:08 +0000
commitc48f2851473bf24cdfec371c5857826eaa6007b5 (patch)
tree1ca10df453c1f183a3c2153b31642236114c34fc /target/linux/brcm47xx/patches-3.10/980-wnr834b_no_cardbus_invariant.patch
parentcbbfc5f1e64b05ad423201c5f6e20d83a3eac97f (diff)
downloadupstream-c48f2851473bf24cdfec371c5857826eaa6007b5.tar.gz
upstream-c48f2851473bf24cdfec371c5857826eaa6007b5.tar.bz2
upstream-c48f2851473bf24cdfec371c5857826eaa6007b5.zip
brcm47xx: deactivate mips wait instruction only for BCM4706
The wait instruction is only broken on the BCM4706 and not on the other similar SoCs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38979
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 069a0fa7a2..f30a4fbd75 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
-@@ -121,6 +121,10 @@ static int bcm47xx_get_invariants(struct
+@@ -122,6 +122,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);