kernel: mtdsplit: add support for FIT image
authorJohn Crispin <john@openwrt.org>
Sun, 15 Mar 2015 19:39:27 +0000 (19:39 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 15 Mar 2015 19:39:27 +0000 (19:39 +0000)
commit9a863f803ec184c41c45156895d238f86e052874
tree5b6c02042bcfd6379595a88d2137c5c5401a2cdd
parent5ca2ad10638378eaf5b22b33a4e8bc1617e0e42f
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
target/linux/generic/config-3.18
target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig
target/linux/generic/files/drivers/mtd/mtdsplit/Makefile
target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c [new file with mode: 0644]