ipq806x: fix AP148 boot from NOR
authorJohn Crispin <john@openwrt.org>
Sun, 15 Mar 2015 19:39:41 +0000 (19:39 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 15 Mar 2015 19:39:41 +0000 (19:39 +0000)
commitdfac33f1f13f196d7909a7a03425f217481bbf8f
treec8d9c98c5322b1e5b1647c4f5a8a18d148ef779a
parentc12a155e01249cda6ddf0acf46c36e3dd15d5fb5
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>
SVN-Revision: 44794
target/linux/ipq806x/config-3.18
target/linux/ipq806x/patches-3.18/021-add-ap148-partitions.patch [new file with mode: 0644]