aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2012-03-11 11:50:59 +0000
committerHauke Mehrtens <hauke@openwrt.org>2012-03-11 11:50:59 +0000
commit0ccc74f43c644313883429d5879729a41581b00f (patch)
tree160d51d734f9601192b1957ffd20de6b0a9e96c5 /target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch
parent286432d1e5968a6b64e55f67b9f2901f728c3942 (diff)
downloadmaster-187ad058-0ccc74f43c644313883429d5879729a41581b00f.tar.gz
master-187ad058-0ccc74f43c644313883429d5879729a41581b00f.tar.bz2
master-187ad058-0ccc74f43c644313883429d5879729a41581b00f.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30873 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch b/target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch
index 5412aa61e0..38a1fce643 100644
--- a/target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch
+++ b/target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch
@@ -33,7 +33,7 @@
+EXPORT_SYMBOL(nvram_get);
--- a/arch/mips/bcm47xx/setup.c
+++ b/arch/mips/bcm47xx/setup.c
-@@ -351,3 +351,20 @@ static int __init bcm47xx_register_flash
+@@ -355,3 +355,20 @@ static int __init bcm47xx_register_flash
return -1;
}
fs_initcall(bcm47xx_register_flash);