]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1046ardb-be: use kernel-fitimage
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 11 Jul 2018 09:35:31 +0000 (17:35 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 Jul 2018 20:41:32 +0000 (17:41 -0300)
*Inhert kernel-fitimage bbclass

*Update  KERNEL_IMAGETYPES

*UBOOT_DTB_LOADADDRESS instead of DTB_LOAD

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/ls1046ardb-be.conf

index a6ab7428d2eab16c397b0e64848757bdceb60319..56ac711f9d3582230acf05f0a5e388d318ff1414 100644 (file)
@@ -11,10 +11,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
 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"
 
 LE_UBOOT_FOR_ARMBE_TARGET = "1"