From: Chunrong Guo Date: Wed, 11 Jul 2018 09:35:24 +0000 (+0800) Subject: ls1012afrwy: use kernel-fitimage X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d6e7a3e8d14c8e2b07438e4d38c7d981ff00e659;p=meta-freescale.git ls1012afrwy: 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/ls1012afrwy.conf b/conf/machine/ls1012afrwy.conf index 907ced20..7eb0add2 100644 --- a/conf/machine/ls1012afrwy.conf +++ b/conf/machine/ls1012afrwy.conf @@ -10,6 +10,8 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:" require conf/machine/include/qoriq-arm64.inc require conf/machine/include/arm/arch-arm64.inc +KERNEL_CLASSES = " kernel-fitimage " +KERNEL_IMAGETYPES = "fitImage" UBOOT_DTB_LOADADDRESS = "0x90000000" UBOOT_ENTRYPOINT = "0x80080000"