diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-03-11 11:50:59 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-03-11 11:50:59 +0000 |
commit | bbf739a59fc8f0eaa66b78d2f9e631cef1d569d0 (patch) | |
tree | 9913282452561a141f5cc9b41e03cef5ce040754 /target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch | |
parent | 0341ff9912d93199c1c11c4e8fb5f62b5ec7767a (diff) | |
download | upstream-bbf739a59fc8f0eaa66b78d2f9e631cef1d569d0.tar.gz upstream-bbf739a59fc8f0eaa66b78d2f9e631cef1d569d0.tar.bz2 upstream-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/400-arch-bcm47xx.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch | 2 |
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); |