[brcm63xx] fix wrong refresh on flashmap patch
authorFlorian Fainelli <florian@openwrt.org>
Thu, 22 Apr 2010 16:35:01 +0000 (16:35 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 22 Apr 2010 16:35:01 +0000 (16:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21094 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/patches-2.6.32/040-bcm963xx_flashmap.patch

index 812e008..4784de7 100644 (file)
@@ -140,7 +140,7 @@ Signed-off-by: Axel Gembe <ago@bastart.eu.org>
 +              return -ENOMEM;
 +
 +      /* Get the tag */
-+      ret = master->read(master,master->erasesize,sizeof(struct bcm_tag), &retlen, (void *)buf);
++      ret = master->read(master,0x10000,sizeof(struct bcm_tag), &retlen, (void *)buf);
 +      if (retlen != sizeof(struct bcm_tag)){
 +              vfree(buf);
 +              return -EIO;