summaryrefslogtreecommitdiff
path: root/target/linux/atheros/patches-3.8/142-redboot_various_erase_size_fix.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-03 13:58:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-03 13:58:52 +0000
commit26fbc15a86a5915b1a2c7e62737a382e3020065c (patch)
treecb36b4b8537dd22d2d73894063fd3b3be6d39b54 /target/linux/atheros/patches-3.8/142-redboot_various_erase_size_fix.patch
parentda79a4c698d1609e4a015d38f84eea68cc2ef7b3 (diff)
downloadmtk-20170518-26fbc15a86a5915b1a2c7e62737a382e3020065c.zip
mtk-20170518-26fbc15a86a5915b1a2c7e62737a382e3020065c.tar.gz
mtk-20170518-26fbc15a86a5915b1a2c7e62737a382e3020065c.tar.bz2
kernel: update linux 3.8 to 3.8.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35862
Diffstat (limited to 'target/linux/atheros/patches-3.8/142-redboot_various_erase_size_fix.patch')
-rw-r--r--target/linux/atheros/patches-3.8/142-redboot_various_erase_size_fix.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-3.8/142-redboot_various_erase_size_fix.patch b/target/linux/atheros/patches-3.8/142-redboot_various_erase_size_fix.patch
index 0ad155e..fa00dcd 100644
--- a/target/linux/atheros/patches-3.8/142-redboot_various_erase_size_fix.patch
+++ b/target/linux/atheros/patches-3.8/142-redboot_various_erase_size_fix.patch
@@ -31,7 +31,7 @@
unsigned long offset;
#ifdef CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED
static char nullstring[] = "unallocated";
-@@ -188,7 +205,10 @@ static int parse_redboot_partitions(stru
+@@ -186,7 +203,10 @@ static int parse_redboot_partitions(stru
goto out;
}
@@ -43,7 +43,7 @@
struct fis_list *new_fl, **prev;
if (buf[i].name[0] == 0xff) {
-@@ -263,12 +283,13 @@ static int parse_redboot_partitions(stru
+@@ -261,12 +281,13 @@ static int parse_redboot_partitions(stru
}
#endif
for ( ; i<nrparts; i++) {
@@ -59,7 +59,7 @@
strcpy(names, fl->img->name);
#ifdef CONFIG_MTD_REDBOOT_PARTS_READONLY
if (!memcmp(names, "RedBoot", 8) ||
-@@ -298,7 +319,9 @@ static int parse_redboot_partitions(stru
+@@ -296,7 +317,9 @@ static int parse_redboot_partitions(stru
fl = fl->next;
kfree(tmp_fl);
}