aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/image
diff options
context:
space:
mode:
authorRam Chandra Jangir <rjangir@codeaurora.org>2017-06-26 17:27:42 +0530
committerJohn Crispin <john@phrozen.org>2017-07-06 07:16:40 +0200
commitc2a4f144d7a0b7ac6957b51a9be2ec0b694d159d (patch)
treef60bb58c311ed39a97fa8ec80e2f0599fd38f440 /target/linux/ipq806x/image
parentfddc78bc116bc043fb5cd92dbc45cfd054c21af8 (diff)
downloadupstream-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>
Diffstat (limited to 'target/linux/ipq806x/image')
-rw-r--r--target/linux/ipq806x/image/Makefile1
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
181'>181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231