summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-12-04 09:33:04 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-12-04 09:33:04 +0000
commit416243107bedcc4d0f85ab22eadcdd0279ea48de (patch)
treedb15b2b71b0c357ad6718c938c08d724c14eeafc /target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
parent03292739e098dfe8fffef7ead4aa6be3f2046120 (diff)
downloadmaster-31e0f0ae-416243107bedcc4d0f85ab22eadcdd0279ea48de.tar.gz
master-31e0f0ae-416243107bedcc4d0f85ab22eadcdd0279ea48de.tar.bz2
master-31e0f0ae-416243107bedcc4d0f85ab22eadcdd0279ea48de.zip
kernel: drop old uimage splitter from 4.4
For a long time we have a dedicated firmware splitter for uimage as a replacement for the one builtin into mtd subsystem. For a year we got a proper warning for users sticking to the old one (r43700). It should be really safe to drop it now, especially since we do it for 4.4 only. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 47747
Diffstat (limited to 'target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch')
-rw-r--r--target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch b/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
index fe74ad5927..a022564e9e 100644
--- a/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
+++ b/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
@@ -1,6 +1,6 @@
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
-@@ -179,6 +179,22 @@ config MTD_BCM47XX_PARTS
+@@ -174,6 +174,22 @@ config MTD_BCM47XX_PARTS
This provides partitions parser for devices based on BCM47xx
boards.