X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9a74b7c37f23cca5f3ad3fa1ce7a716ba1b93cfd..aa4c97caadb3c36dacaff95516363509ec7bdd1c:/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch?ds=inline diff --git a/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch b/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch index 6edb8c787..c6526ca7d 100644 --- a/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch +++ b/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch @@ -140,7 +140,7 @@ Signed-off-by: Axel Gembe + return -ENOMEM; + + /* Get the tag */ -+ ret = master->read(master,0x10000,sizeof(struct bcm_tag), &retlen, (void *)buf); ++ ret = master->read(master, master->erasesize, sizeof(struct bcm_tag), &retlen, (void *)buf); + if (retlen != sizeof(struct bcm_tag)){ + vfree(buf); + return -EIO;