diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-18 16:04:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-18 16:04:10 +0000 |
commit | c63ef048747629cde1be29cb9eda4b2c5b10ee93 (patch) | |
tree | 6a70f8d1ba841f1a61aff2999611b4f69d40085a /target/linux/brcm47xx/patches-3.3/030-bcm47xx-bcma-nandflash.patch | |
parent | 7ad663dda6ca231f8eee85ef07c7294728242f59 (diff) | |
download | upstream-c63ef048747629cde1be29cb9eda4b2c5b10ee93.tar.gz upstream-c63ef048747629cde1be29cb9eda4b2c5b10ee93.tar.bz2 upstream-c63ef048747629cde1be29cb9eda4b2c5b10ee93.zip |
brcm47xx: fix nvram read out on devices with serial flash
detect nvram on Linksys E3200
SVN-Revision: 31790
Diffstat (limited to 'target/linux/brcm47xx/patches-3.3/030-bcm47xx-bcma-nandflash.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.3/030-bcm47xx-bcma-nandflash.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-3.3/030-bcm47xx-bcma-nandflash.patch b/target/linux/brcm47xx/patches-3.3/030-bcm47xx-bcma-nandflash.patch index 03dd321b16..00f3311a0d 100644 --- a/target/linux/brcm47xx/patches-3.3/030-bcm47xx-bcma-nandflash.patch +++ b/target/linux/brcm47xx/patches-3.3/030-bcm47xx-bcma-nandflash.patch @@ -46,7 +46,7 @@ static char nvram_buf[NVRAM_SPACE]; -@@ -134,6 +136,51 @@ found: +@@ -139,6 +141,51 @@ static int early_nvram_init_sflash(void) return 0; } @@ -64,7 +64,7 @@ + /* check if the struct is already initilized */ + if (!flash_size) + return -1; -+ ++ + cfe_env = 0; + + off = FLASH_MIN; @@ -98,7 +98,7 @@ #ifdef CONFIG_BCM47XX_SSB static void early_nvram_init_ssb(void) { -@@ -168,6 +215,11 @@ static void early_nvram_init_bcma(void) +@@ -173,6 +220,11 @@ static void early_nvram_init_bcma(void) if (err < 0) printk(KERN_WARNING "can not read from flash: %i\n", err); break; |