]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1012ardb-32b: use kernel-fitimage
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 11 Jul 2018 09:35:25 +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/ls1012ardb-32b.conf

index 392b432d5afc86fe821846a440128939ce6c4246..1fe13d5b60a412a610a4028c2287ed16bb8e1997 100644 (file)
@@ -12,10 +12,10 @@ require conf/machine/include/arm/arch-arm64.inc
 
 DEFAULTTUNE = "armv7ahf-neon"
 
-KERNEL_CLASSES  = " kernel-itbimage "
-KERNEL_IMAGETYPES = "itbImage"
+KERNEL_CLASSES  = " kernel-fitimage "
+KERNEL_IMAGETYPES = "fitImage"
 
-DTB_LOAD = "0x90000000"
+UBOOT_DTB_LOADADDRESS = "0x90000000"
 UBOOT_ENTRYPOINT = "0x80008000"
 
 UBOOT_CONFIG ??= "qspi-secure-boot qspi"