From 66d991ba91fe013637ea2fe0a3c846e1b1aadfb3 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 11 Jul 2018 17:35:33 +0800 Subject: [PATCH] ls1088ardb: 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/ls1088ardb.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf index 3cb8784d..d15e57b7 100644 --- a/conf/machine/ls1088ardb.conf +++ b/conf/machine/ls1088ardb.conf @@ -9,10 +9,10 @@ require conf/machine/include/arm/arch-arm64.inc MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:" -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 ??= "secure-boot sdcard-qspi qspi" -- 2.40.1