summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-02-07 12:01:46 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-02-21 08:56:06 -0300
commit32c704ba38537c9dcc48a7aff17061d1220eb3cf (patch)
treec0fa551469352a5affdcdb8c6bde0b6dd3f0cfc3 /conf
parent6710710433f906f11eac5eb2a263fc52b0ba46ea (diff)
downloadmeta-freescale-32c704ba38537c9dcc48a7aff17061d1220eb3cf.tar.gz
ls1021atwr: add KERNEL_IMAGETYPES
*support building packaging and installing multi types of kernel images Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1021atwr.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index e17a0892..a238fdca 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -26,6 +26,8 @@ QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
26KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" 26KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
27KERNEL_DEFCONFIG ?= "multi_v7_defconfig" 27KERNEL_DEFCONFIG ?= "multi_v7_defconfig"
28 28
29KERNEL_IMAGETYPES = "zImage"
30
29UBOOT_ENTRYPOINT = "0x80008000" 31UBOOT_ENTRYPOINT = "0x80008000"
30EXTRA_IMAGEDEPENDS += "rcw qe-ucode" 32EXTRA_IMAGEDEPENDS += "rcw qe-ucode"
31USE_VT ?= "0" 33USE_VT ?= "0"