diff options
author | Ram Chandra Jangir <rjangir@codeaurora.org> | 2017-06-26 17:27:42 +0530 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-07-06 07:16:40 +0200 |
commit | c2a4f144d7a0b7ac6957b51a9be2ec0b694d159d (patch) | |
tree | f60bb58c311ed39a97fa8ec80e2f0599fd38f440 | |
parent | fddc78bc116bc043fb5cd92dbc45cfd054c21af8 (diff) | |
download | upstream-c2a4f144d7a0b7ac6957b51a9be2ec0b694d159d.tar.gz upstream-c2a4f144d7a0b7ac6957b51a9be2ec0b694d159d.tar.bz2 upstream-c2a4f144d7a0b7ac6957b51a9be2ec0b694d159d.zip |
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@codeaurora.org>
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index becb3c3c52..3a76c7ffef 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 |