diff options
author | John Crispin <john@openwrt.org> | 2015-03-15 19:39:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-15 19:39:27 +0000 |
commit | 9a863f803ec184c41c45156895d238f86e052874 (patch) | |
tree | 5b6c02042bcfd6379595a88d2137c5c5401a2cdd /target/linux/generic/config-3.18 | |
parent | 5ca2ad10638378eaf5b22b33a4e8bc1617e0e42f (diff) | |
download | upstream-9a863f803ec184c41c45156895d238f86e052874.tar.gz upstream-9a863f803ec184c41c45156895d238f86e052874.tar.bz2 upstream-9a863f803ec184c41c45156895d238f86e052874.zip |
kernel: mtdsplit: add support for FIT image
If this option is enabled, the FIT image format will be detected and
split by the mtdsplit code. Detection is based upon the FDT magic, which
will trigger the parsing and detection of the rootfs, ending-up in the
creation of the 2 new partitions.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 44792
Diffstat (limited to 'target/linux/generic/config-3.18')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 3ebffaed94..295d1800be 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -2242,6 +2242,7 @@ CONFIG_MTD_ROOTFS_SPLIT=y CONFIG_MTD_SPLIT=y # CONFIG_MTD_SPLIT_FIRMWARE is not set CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware" +# CONFIG_MTD_SPLIT_FIT_FW is not set # CONFIG_MTD_SPLIT_LZMA_FW is not set # CONFIG_MTD_SPLIT_SEAMA_FW is not set CONFIG_MTD_SPLIT_SQUASHFS_ROOT=y |