diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-11-09 14:57:45 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-11-09 14:57:45 +0100 |
commit | c7c4ae35d6e9b53e2c66da7d6eadc9d77d64ed60 (patch) | |
tree | 18229504fd31e93d9f4cc2f833781bb413f49c87 /target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch | |
parent | 1a73b2d0892465e999ddc4aa319895f196e8c8d3 (diff) | |
download | upstream-c7c4ae35d6e9b53e2c66da7d6eadc9d77d64ed60.tar.gz upstream-c7c4ae35d6e9b53e2c66da7d6eadc9d77d64ed60.tar.bz2 upstream-c7c4ae35d6e9b53e2c66da7d6eadc9d77d64ed60.zip |
kernel: deprecate support for the generic "linux,part-probe" DT binding
It has been rejected upstream and instead a nice/more generic solution
has been implemented. It's possible now to describe partitions format
using "compatible" DT string.
No OpenWrt target uses "linux,part-probe" anymore, leave it only in case
some forks need it. It will be dropped with support for new kernels.
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.patch | 2 |
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 5df24dff09..523ff531ad 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 @@ -29,7 +29,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> #ifdef CONFIG_MTD_SPLIT_FIRMWARE_NAME #define SPLIT_FIRMWARE_NAME CONFIG_MTD_SPLIT_FIRMWARE_NAME #else -@@ -1223,6 +1234,24 @@ int mtd_is_partition(const struct mtd_in +@@ -1228,6 +1239,24 @@ int mtd_is_partition(const struct mtd_in } EXPORT_SYMBOL_GPL(mtd_is_partition); |