diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-11-22 12:55:14 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-11-24 08:31:55 +0100 |
commit | 934edb764dfd9fffe88478ecd315bee6ca0a781a (patch) | |
tree | c48581cf5ed5db70d7a14064e2d73fd9251d488f /target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch | |
parent | 6680fab9474a8a2d66d5ef86e2c392abe0d2c62d (diff) | |
download | upstream-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.9/404-mtd-add-more-helper-functions.patch')
-rw-r--r-- | target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch b/target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch index 300a0b0267..e25ab68541 100644 --- a/target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch +++ b/target/linux/generic/pending-4.9/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 -@@ -1228,6 +1228,24 @@ int mtd_is_partition(const struct mtd_in +@@ -1229,6 +1229,24 @@ int mtd_is_partition(const struct mtd_in } EXPORT_SYMBOL_GPL(mtd_is_partition); |