Skip to content
Snippets Groups Projects
Commit 7f3013a4 authored by John Crispin's avatar John Crispin
Browse files

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: default avatarMathieu Olivari <mathieu@codeaurora.org>

SVN-Revision: 44794
parent 582232cd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment