From: Chunrong Guo <[email protected]> *Inhert kernel-fitimage bbclass
*Update KERNEL_IMAGETYPES *UBOOT_DTB_LOADADDRESS instead of DTB_LOAD Signed-off-by: Chunrong Guo <[email protected]> --- conf/machine/ls1043ardb-be.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/ls1043ardb-be.conf b/conf/machine/ls1043ardb-be.conf index 92743b7..ef80001 100644 --- a/conf/machine/ls1043ardb-be.conf +++ b/conf/machine/ls1043ardb-be.conf @@ -11,10 +11,10 @@ require conf/machine/include/arm/arch-arm64.inc MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:" -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 nor" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
