kernel: mtdsplit: add support for FIT image
authorJohn Crispin <blogic@openwrt.org>
Sun, 15 Mar 2015 19:39:27 +0000 (19:39 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sun, 15 Mar 2015 19:39:27 +0000 (19:39 +0000)
commit02f1a5316418bb50e21822541dd3f5e443f0b3c9
tree7628510a08a9732f2f4a8535c8860da322e7897b
parent596033a52ea28be63155d4e8db5942fdc29449dd
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44792 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]