aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.38/820-wgt634u-nvram-fix.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2011-05-01 20:28:35 +0000
committerHauke Mehrtens <hauke@openwrt.org>2011-05-01 20:28:35 +0000
commita6d76eb003579e0ca388f15cc75d7669356d6039 (patch)
treea4af4b9a59d3ffae404928bc156a91909a87be21 /target/linux/brcm47xx/patches-2.6.38/820-wgt634u-nvram-fix.patch
parent3ebb74c8dfca1eaf99340a0869ad3f97a6c285f6 (diff)
downloadupstream-a6d76eb003579e0ca388f15cc75d7669356d6039.tar.gz
upstream-a6d76eb003579e0ca388f15cc75d7669356d6039.tar.bz2
upstream-a6d76eb003579e0ca388f15cc75d7669356d6039.zip
brcm47xx: add fallback sprom for pci devices without an own sprom.
If there is no sprom on an ssb based pci device on the brcm47xx architecture ssb now asks the architecture code to look into the nvram to get some sprom data for this device. Now we are able to read out pci/1/1/ foo or pci/1/3/ foo config options. This will fix some problems where the wireless devices does not got an mac address and the following message was show: ssb: WARNING: Invalid SPROM CRC (corrupt SPROM) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26801 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.38/820-wgt634u-nvram-fix.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.38/820-wgt634u-nvram-fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.38/820-wgt634u-nvram-fix.patch b/target/linux/brcm47xx/patches-2.6.38/820-wgt634u-nvram-fix.patch
index 9ed4a4de4a..29e12a81b9 100644
--- a/target/linux/brcm47xx/patches-2.6.38/820-wgt634u-nvram-fix.patch
+++ b/target/linux/brcm47xx/patches-2.6.38/820-wgt634u-nvram-fix.patch
@@ -253,8 +253,8 @@ out the configuration than the in kernel cfe config reader.
+extern char *cfe_env_get(char *nv_buf, const char *name);
/* Probe for NVRAM header */
- static void __init early_nvram_init(void)
-@@ -33,6 +35,25 @@ static void __init early_nvram_init(void
+ static void early_nvram_init(void)
+@@ -33,6 +35,25 @@ static void early_nvram_init(void)
base = mcore->flash_window;
lim = mcore->flash_window_size;