From 3abf5ce6564e24a388b86caf1a00f91f4262b312 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Mar 2016 17:56:53 +0000 Subject: ramips: convert the remaining subtargets to 4.4 Signed-off-by: Felix Fietkau SVN-Revision: 48954 --- .../ramips/patches-4.3/0100-mtd-split-remove-padding.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 target/linux/ramips/patches-4.3/0100-mtd-split-remove-padding.patch (limited to 'target/linux/ramips/patches-4.3/0100-mtd-split-remove-padding.patch') diff --git a/target/linux/ramips/patches-4.3/0100-mtd-split-remove-padding.patch b/target/linux/ramips/patches-4.3/0100-mtd-split-remove-padding.patch deleted file mode 100644 index b57019631d..0000000000 --- a/target/linux/ramips/patches-4.3/0100-mtd-split-remove-padding.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/drivers/mtd/mtdpart.c -+++ b/drivers/mtd/mtdpart.c -@@ -792,9 +792,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; - - if (config_enabled(CONFIG_MTD_SPLIT_UIMAGE_FW)) - pr_err("Dedicated partitioner didn't split firmware partition, please fill a bug report!\n"); -- cgit v1.2.3