From 74169a10e37c6bbe7135b75e9afdad29b2ccb7b2 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 11 Jul 2018 17:35:28 +0800 Subject: [PATCH] ls1043ardb: 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/ls1043ardb.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf index 0dbf80b6..d6e4f59c 100644 --- a/conf/machine/ls1043ardb.conf +++ b/conf/machine/ls1043ardb.conf @@ -10,10 +10,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:" 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 ??= "nand sdcard secure-boot nand-dtb-secure-boot nand-spl-secure-boot nand-secure-boot sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot nor" -- 2.40.1