From fc0776f2c70754aa394b95b60568f02d6aad755c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 5 Jun 2015 20:41:18 +0000 Subject: brcm47xx: backport MIPS BCM47XX changes queued for 4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki SVN-Revision: 45906 --- target/linux/brcm47xx/patches-4.0/820-wgt634u-nvram-fix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm47xx/patches-4.0/820-wgt634u-nvram-fix.patch') diff --git a/target/linux/brcm47xx/patches-4.0/820-wgt634u-nvram-fix.patch b/target/linux/brcm47xx/patches-4.0/820-wgt634u-nvram-fix.patch index 51ff74301a..c543e8e2e9 100644 --- a/target/linux/brcm47xx/patches-4.0/820-wgt634u-nvram-fix.patch +++ b/target/linux/brcm47xx/patches-4.0/820-wgt634u-nvram-fix.patch @@ -279,7 +279,7 @@ out the configuration than the in kernel cfe config reader. /* TODO: when nvram is on nand flash check for bad blocks first. */ off = FLASH_MIN; while (off <= lim) { -@@ -181,6 +203,13 @@ int bcm47xx_nvram_getenv(const char *nam +@@ -189,6 +211,13 @@ int bcm47xx_nvram_getenv(const char *nam return err; } @@ -292,4 +292,4 @@ 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; + end = nvram_buf + sizeof(nvram_buf); -- cgit v1.2.3