[source] ipq806x: Enable AP148 fit image(.itb) generation
LEDE Commits
lede-commits at lists.infradead.org
Wed Jul 5 23:36:55 PDT 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/c2a4f144d7a0b7ac6957b51a9be2ec0b694d159d
commit c2a4f144d7a0b7ac6957b51a9be2ec0b694d159d
Author: Ram Chandra Jangir <rjangir at codeaurora.org>
AuthorDate: Mon Jun 26 17:27:42 2017 +0530
ipq806x: Enable AP148 fit image(.itb) generation
This change enables .itb image generation for AP148,
It will help us to boot and test AP148 with NOR flash.
Signed-off-by: Ram Chandra Jangir <rjangir at codeaurora.org>
---
target/linux/ipq806x/image/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index becb3c3..3a76c7f 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -102,6 +102,7 @@ define Device/AP148
$(call Device/FitImage)
$(call Device/UbiFit)
DEVICE_DTS := qcom-ipq8064-ap148
+ KERNEL_INSTALL := 1
BLOCKSIZE := 128k
PAGESIZE := 2048
BOARD_NAME := ap148
More information about the lede-commits
mailing list