ralink: bump to the target to v4.3
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 47831
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--- 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");
|
||||
Reference in New Issue
Block a user