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/config-4.1 | |
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/config-4.1')
-rw-r--r-- | target/linux/generic/config-4.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 3751022a63..9eb6f8c80c 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -2344,7 +2344,6 @@ CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set # CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y -CONFIG_MTD_ROOTFS_SPLIT=y # CONFIG_MTD_SLRAM is not set # CONFIG_MTD_SM_COMMON is not set # CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set |