From: Chunrong Guo Date: Wed, 7 Feb 2018 04:01:46 +0000 (+0800) Subject: ls1021atwr: add KERNEL_IMAGETYPES X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=32c704ba38537c9dcc48a7aff17061d1220eb3cf;p=meta-freescale.git ls1021atwr: add KERNEL_IMAGETYPES *support building packaging and installing multi types of kernel images Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- 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" KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" KERNEL_DEFCONFIG ?= "multi_v7_defconfig" +KERNEL_IMAGETYPES = "zImage" + UBOOT_ENTRYPOINT = "0x80008000" EXTRA_IMAGEDEPENDS += "rcw qe-ucode" USE_VT ?= "0"