From d6e7a3e8d14c8e2b07438e4d38c7d981ff00e659 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 11 Jul 2018 17:35:24 +0800 Subject: 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 --- conf/machine/ls1012afrwy.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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" -- cgit v1.2.3-54-g00ecf