summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.2/980-wnr834b_no_cardbus_invariant.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-03-11 11:50:59 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-03-11 11:50:59 +0000
commitbbf739a59fc8f0eaa66b78d2f9e631cef1d569d0 (patch)
tree9913282452561a141f5cc9b41e03cef5ce040754 /target/linux/brcm47xx/patches-3.2/980-wnr834b_no_cardbus_invariant.patch
parent0341ff9912d93199c1c11c4e8fb5f62b5ec7767a (diff)
downloadmaster-31e0f0ae-bbf739a59fc8f0eaa66b78d2f9e631cef1d569d0.tar.gz
master-31e0f0ae-bbf739a59fc8f0eaa66b78d2f9e631cef1d569d0.tar.bz2
master-31e0f0ae-bbf739a59fc8f0eaa66b78d2f9e631cef1d569d0.zip
BCMA - Reorder SPROM fill
The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 30873
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/980-wnr834b_no_cardbus_invariant.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.2/980-wnr834b_no_cardbus_invariant.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/980-wnr834b_no_cardbus_invariant.patch b/target/linux/brcm47xx/patches-3.2/980-wnr834b_no_cardbus_invariant.patch
index 14ac90eff1..da43422d6f 100644
--- a/target/linux/brcm47xx/patches-3.2/980-wnr834b_no_cardbus_invariant.patch
+++ b/target/linux/brcm47xx/patches-3.2/980-wnr834b_no_cardbus_invariant.patch
@@ -1,6 +1,6 @@
--- a/arch/mips/bcm47xx/setup.c
+++ b/arch/mips/bcm47xx/setup.c
-@@ -129,6 +129,10 @@ static int bcm47xx_get_invariants(struct
+@@ -131,6 +131,10 @@ static int bcm47xx_get_invariants(struct
if (nvram_getenv("cardbus", buf, sizeof(buf)) >= 0)
iv->has_cardbus_slot = !!simple_strtoul(buf, NULL, 10);