summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-3.10/0034-mtd-split-remove-padding.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-08-14 18:15:15 +0000
committerJohn Crispin <john@openwrt.org>2013-08-14 18:15:15 +0000
commit9e5b0cc19cebf6ed876c7eace13b887b46e518c0 (patch)
treef246f12adca3e91f5e3708e97c7a4add05cc0ce3 /target/linux/ramips/patches-3.10/0034-mtd-split-remove-padding.patch
parent2864fb107f00531df0b114d52334d3e00fa5d6c2 (diff)
downloadmtk-20170518-9e5b0cc19cebf6ed876c7eace13b887b46e518c0.zip
mtk-20170518-9e5b0cc19cebf6ed876c7eace13b887b46e518c0.tar.gz
mtk-20170518-9e5b0cc19cebf6ed876c7eace13b887b46e518c0.tar.bz2
ramips: update v3.10 patches
Sync the patches with those sent upstream for v3.12. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37778
Diffstat (limited to 'target/linux/ramips/patches-3.10/0034-mtd-split-remove-padding.patch')
-rw-r--r--target/linux/ramips/patches-3.10/0034-mtd-split-remove-padding.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ramips/patches-3.10/0034-mtd-split-remove-padding.patch b/target/linux/ramips/patches-3.10/0034-mtd-split-remove-padding.patch
deleted file mode 100644
index f7da13a..0000000
--- a/target/linux/ramips/patches-3.10/0034-mtd-split-remove-padding.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/mtd/mtdpart.c
-+++ b/drivers/mtd/mtdpart.c
-@@ -807,10 +807,6 @@ static void split_uimage(struct mtd_info
- return;
-
- len = be32_to_cpu(hdr.size) + 0x40;
-- len = mtd_pad_erasesize(master, part->offset, len);
-- if (len + master->erasesize > part->mtd.size)
-- return;
--
- __mtd_add_partition(master, "rootfs", part->offset + len,
- part->mtd.size - len, false);
- }