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

index 69eb25c552708fb561fa60225eaa82b7fee67d8c..8412313163af2d2cc98dd9366c315ad16a6b9ce1 100644 (file)
@@ -9,10 +9,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"
 
 UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi"