aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.14/0101-mtd-add-rtn56u-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/patches-3.14/0101-mtd-add-rtn56u-support.patch')
-rw-r--r--target/linux/ramips/patches-3.14/0101-mtd-add-rtn56u-support.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/target/linux/ramips/patches-3.14/0101-mtd-add-rtn56u-support.patch b/target/linux/ramips/patches-3.14/0101-mtd-add-rtn56u-support.patch
index ec6ef462ba..03598807e5 100644
--- a/target/linux/ramips/patches-3.14/0101-mtd-add-rtn56u-support.patch
+++ b/target/linux/ramips/patches-3.14/0101-mtd-add-rtn56u-support.patch
@@ -13,7 +13,7 @@
} hdr;
size_t len;
-@@ -807,7 +810,11 @@ static void split_uimage(struct mtd_info
+@@ -807,7 +810,10 @@ static void split_uimage(struct mtd_info
if (len != sizeof(hdr) || hdr.magic != cpu_to_be32(UBOOT_MAGIC))
return;
@@ -22,7 +22,6 @@
+ len = be32_to_cpu(hdr.kern_size);
+ else
+ len = be32_to_cpu(hdr.size) + 0x40;
-+
- __mtd_add_partition(master, "rootfs", part->offset + len,
- part->mtd.size - len, false);
- }
+
+ if (config_enabled(CONFIG_MTD_SPLIT_UIMAGE_FW))
+ pr_err("Dedicated partitioner didn't split firmware partition, please fill a bug report!\n");