X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/29a5029bce59a71b039640e5fd1a72a39719fa46..f88abc84c9c26676ecc49b7de973b96a71dac5b3:/target/linux/brcm63xx/patches-2.6.25/110-bcm963xx_fix_cfe_detection.patch diff --git a/target/linux/brcm63xx/patches-2.6.25/110-bcm963xx_fix_cfe_detection.patch b/target/linux/brcm63xx/patches-2.6.25/110-bcm963xx_fix_cfe_detection.patch index dcc92eeec..3cf460266 100644 --- a/target/linux/brcm63xx/patches-2.6.25/110-bcm963xx_fix_cfe_detection.patch +++ b/target/linux/brcm63xx/patches-2.6.25/110-bcm963xx_fix_cfe_detection.patch @@ -10,8 +10,6 @@ Signed-off-by: Axel Gembe drivers/mtd/maps/bcm963xx-flash.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) -diff --git a/drivers/mtd/maps/bcm963xx-flash.c b/drivers/mtd/maps/bcm963xx-flash.c -index c4c4526..4da672b 100644 --- a/drivers/mtd/maps/bcm963xx-flash.c +++ b/drivers/mtd/maps/bcm963xx-flash.c @@ -1,8 +1,7 @@ @@ -25,7 +23,7 @@ index c4c4526..4da672b 100644 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -@@ -184,11 +183,13 @@ static int bcm963xx_parts_size = sizeof(bcm963xx_parts) / sizeof(bcm963xx_parts[ +@@ -184,11 +183,13 @@ static int bcm963xx_detect_cfe(struct mtd_info *master) { int idoffset = 0x4e0; @@ -41,6 +39,3 @@ index c4c4526..4da672b 100644 ret = master->read(master, idoffset, 8, &retlen, (void *)buf); printk("bcm963xx: Read Signature value of %s\n", buf); return strcmp(idstring,buf); --- -1.5.5.1 -