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

index 0a203f8e8f38b1abf72c7efafdba51659d649fcc..c0f0d3541fb47505dd9fd8b9aacd5c7b5f40b5c4 100644 (file)
@@ -10,10 +10,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
 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 ??= "qspi"