diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-05-07 12:49:17 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-05-07 12:49:17 +0000 |
commit | 08d7c166223938444ecdfd87b7f58781fb418da9 (patch) | |
tree | 0ad890c44a4ff6f63baed0f51534fd5368378f12 /target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch | |
parent | 63734296828815066e6049a7684ca8403d441877 (diff) | |
download | upstream-08d7c166223938444ecdfd87b7f58781fb418da9.tar.gz upstream-08d7c166223938444ecdfd87b7f58781fb418da9.tar.bz2 upstream-08d7c166223938444ecdfd87b7f58781fb418da9.zip |
brcm47xx: update patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26846 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch b/target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch index 29e12a81b9..e1bf69f8c8 100644 --- a/target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch +++ b/target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch @@ -245,7 +245,7 @@ out the configuration than the in kernel cfe config reader. + --- a/arch/mips/bcm47xx/nvram.c +++ b/arch/mips/bcm47xx/nvram.c -@@ -21,6 +21,8 @@ +@@ -22,6 +22,8 @@ #include <asm/mach-bcm47xx/bcm47xx.h> static char nvram_buf[NVRAM_SPACE]; @@ -254,7 +254,7 @@ out the configuration than the in kernel cfe config reader. /* Probe for NVRAM header */ static void early_nvram_init(void) -@@ -33,6 +35,25 @@ static void early_nvram_init(void) +@@ -34,6 +36,25 @@ static void early_nvram_init(void) base = mcore->flash_window; lim = mcore->flash_window_size; @@ -280,7 +280,7 @@ out the configuration than the in kernel cfe config reader. off = FLASH_MIN; while (off <= lim) { -@@ -74,6 +95,12 @@ int nvram_getenv(char *name, char *val, +@@ -75,6 +96,12 @@ int nvram_getenv(char *name, char *val, if (!nvram_buf[0]) early_nvram_init(); @@ -293,7 +293,7 @@ out the configuration than the in kernel cfe config reader. /* Look for name=value and return value */ var = &nvram_buf[sizeof(struct nvram_header)]; end = nvram_buf + sizeof(nvram_buf) - 2; -@@ -103,6 +130,9 @@ char *nvram_get(const char *name) +@@ -104,6 +131,9 @@ char *nvram_get(const char *name) if (!nvram_buf[0]) early_nvram_init(); |