ipq806x: fix AP148 boot from NOR
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Mar 2015 19:39:41 +0000 (19:39 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Mar 2015 19:39:41 +0000 (19:39 +0000)
commitd7a8d138ad294b5ab40ce38b39d4a950b1895b70
treec8d9c98c5322b1e5b1647c4f5a8a18d148ef779a
parentb465d6dd2dcfed7a8611d22b16ca284ca9c22a52
ipq806x: fix AP148 boot from NOR

This patch allows AP148 to boot from NOR flash.

As we're using a FIT image as kernel (which includes kernel bin + DTB)
we enable the MTD_SPLIT_FIT_FW kernel option, which will detect the FIT
image and automatically split the "firmware" partition into 2 MTD parts
(kernel + rootfs).

The rootfs will then be parsed and split between rootfs + rootfs_data,
as usual.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44794 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ipq806x/config-3.18
target/linux/ipq806x/patches-3.18/021-add-ap148-partitions.patch [new file with mode: 0644]