From 9a863f803ec184c41c45156895d238f86e052874 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 15 Mar 2015 19:39:27 +0000 Subject: 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 SVN-Revision: 44792 --- target/linux/generic/config-3.18 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/generic/config-3.18') 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 -- cgit v1.2.3