From: Chunrong Guo Date: Wed, 11 Jul 2018 09:35:31 +0000 (+0800) Subject: ls1046ardb-be: use kernel-fitimage X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=690859909837455b5c7252d130c6b7043f7394a2;p=meta-freescale.git ls1046ardb-be: use kernel-fitimage *Inhert kernel-fitimage bbclass *Update KERNEL_IMAGETYPES *UBOOT_DTB_LOADADDRESS instead of DTB_LOAD Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/ls1046ardb-be.conf b/conf/machine/ls1046ardb-be.conf index a6ab7428..56ac711f 100644 --- a/conf/machine/ls1046ardb-be.conf +++ b/conf/machine/ls1046ardb-be.conf @@ -11,10 +11,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:" require conf/machine/include/qoriq-arm64.inc require conf/machine/include/arm/arch-arm64.inc -KERNEL_CLASSES = " kernel-itbimage " -KERNEL_IMAGETYPES = "itbImage" +KERNEL_CLASSES = " kernel-fitimage " +KERNEL_IMAGETYPES = "fitImage" -DTB_LOAD = "0x90000000" +UBOOT_DTB_LOADADDRESS = "0x90000000" UBOOT_ENTRYPOINT = "0x80080000" LE_UBOOT_FOR_ARMBE_TARGET = "1"