From: Chunrong Guo Date: Wed, 11 Jul 2018 09:35:23 +0000 (+0800) Subject: ls1012afrdm: use kernel-fitimage X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=470a51164a2f2261ff3c22ae7be8f03bd70bcdbb;p=meta-freescale.git ls1012afrdm: 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/ls1012afrdm.conf b/conf/machine/ls1012afrdm.conf index 0a203f8e..c0f0d354 100644 --- a/conf/machine/ls1012afrdm.conf +++ b/conf/machine/ls1012afrdm.conf @@ -10,10 +10,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:" 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" UBOOT_CONFIG ??= "qspi"