aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2018-11-22 12:55:14 +0100
committerRafał Miłecki <rafal@milecki.pl>2018-11-24 08:31:55 +0100
commit934edb764dfd9fffe88478ecd315bee6ca0a781a (patch)
treec48581cf5ed5db70d7a14064e2d73fd9251d488f /target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
parent6680fab9474a8a2d66d5ef86e2c392abe0d2c62d (diff)
downloadupstream-934edb764dfd9fffe88478ecd315bee6ca0a781a.tar.gz
upstream-934edb764dfd9fffe88478ecd315bee6ca0a781a.tar.bz2
upstream-934edb764dfd9fffe88478ecd315bee6ca0a781a.zip
kernel: don't auto-split "firmware" if it has "compatible" DT property
If "compatible" is being used that should trigger a proper parser directly. It's more reliable thanks to not trying parsers one by one. In such case partition shouldn't be split automatically to avoid parsing it twice. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch')
-rw-r--r--target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch b/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
index b37563c902..d1035b6738 100644
--- a/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
+++ b/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
@@ -11,7 +11,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
--- a/drivers/mtd/mtdpart.c
+++ b/drivers/mtd/mtdpart.c
-@@ -1231,6 +1231,24 @@ int mtd_is_partition(const struct mtd_in
+@@ -1232,6 +1232,24 @@ int mtd_is_partition(const struct mtd_in
}
EXPORT_SYMBOL_GPL(mtd_is_partition);