From 930035f9fa98f438a71337f707fc43316318a1be Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 10 Dec 2015 19:06:32 +0000 Subject: ralink: bump to the target to v4.3 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47831 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ramips/patches-3.18/0100-mtd-split-remove-padding.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 target/linux/ramips/patches-3.18/0100-mtd-split-remove-padding.patch (limited to 'target/linux/ramips/patches-3.18/0100-mtd-split-remove-padding.patch') diff --git a/target/linux/ramips/patches-3.18/0100-mtd-split-remove-padding.patch b/target/linux/ramips/patches-3.18/0100-mtd-split-remove-padding.patch deleted file mode 100644 index 81702c28e8..0000000000 --- a/target/linux/ramips/patches-3.18/0100-mtd-split-remove-padding.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/drivers/mtd/mtdpart.c -+++ b/drivers/mtd/mtdpart.c -@@ -819,9 +819,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