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

index 0386a175a0057b92d324a68992380d321802169b..4e4d472824de37beb4571983e976aa81c70ab627 100644 (file)
@@ -11,10 +11,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 = "0x9ffe0000"
+UBOOT_DTB_LOADADDRESS = "0x9ffe0000"
 UBOOT_ENTRYPOINT = "0x80008000"
 
 UBOOT_CONFIG ??= "nand sdcard nor"