kernel: mtdsplit: add support for FIT image
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Mar 2015 19:39:27 +0000 (19:39 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Mar 2015 19:39:27 +0000 (19:39 +0000)
commit0f3e1164007edb99a2a60f5f801e530a29c7afeb
tree7628510a08a9732f2f4a8535c8860da322e7897b
parente69e4f92384af66603c011a9971ef15bff07fcfa
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]