diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-09-24 11:19:12 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-09-24 11:19:12 +0000 |
commit | ff6ae7ce34fe2edc78be7d7d1997b25a700b5f80 (patch) | |
tree | 42dc2a38757605ef86a5449040cebc83cab30392 /target/linux/generic/patches-4.1/430-mtd-add-myloader-partition-parser.patch | |
parent | ce7f25066b1f7b810e34222b1458c399444edce2 (diff) | |
download | upstream-ff6ae7ce34fe2edc78be7d7d1997b25a700b5f80.tar.gz upstream-ff6ae7ce34fe2edc78be7d7d1997b25a700b5f80.tar.bz2 upstream-ff6ae7ce34fe2edc78be7d7d1997b25a700b5f80.zip |
kernel: remove old "rootfs" splitter
A year ago I made this old splitter obsolete (see r42828), it's time to
completely remove it now. For all this time we got these warnings:
"Dedicated partitioner didn't create "rootfs_data" partition, please fill a bug report!"
and
"Support for built-in "rootfs_data" splitter will be removed, please use CONFIG_MTD_SPLIT_SQUASHFS_ROOT"
but I'm not aware of any bug reports related to that.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 47040
Diffstat (limited to 'target/linux/generic/patches-4.1/430-mtd-add-myloader-partition-parser.patch')
-rw-r--r-- | target/linux/generic/patches-4.1/430-mtd-add-myloader-partition-parser.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.1/430-mtd-add-myloader-partition-parser.patch b/target/linux/generic/patches-4.1/430-mtd-add-myloader-partition-parser.patch index 25e0ecd048..fe74ad5927 100644 --- a/target/linux/generic/patches-4.1/430-mtd-add-myloader-partition-parser.patch +++ b/target/linux/generic/patches-4.1/430-mtd-add-myloader-partition-parser.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig -@@ -184,6 +184,22 @@ config MTD_BCM47XX_PARTS +@@ -179,6 +179,22 @@ config MTD_BCM47XX_PARTS This provides partitions parser for devices based on BCM47xx boards. |