From: Chunrong Guo <chunrong....@nxp.com>

*add KERNEL_CLASSES and KERNEL_IMAGETYPES

*add DTB_LOAD

*add UBOOT_ENTRYPOINT

Signed-off-by: Chunrong Guo <chunrong....@nxp.com>
---
 conf/machine/ls1012ardb.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf
index 8fe7bed..c0b438a 100644
--- a/conf/machine/ls1012ardb.conf
+++ b/conf/machine/ls1012ardb.conf
@@ -10,6 +10,12 @@ 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"
+
+DTB_LOAD = "0x90000000"
+UBOOT_ENTRYPOINT = "0x80080000"
+
 UBOOT_CONFIG ??= "qspi-secure-boot qspi"
 UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[qspi-secure-boot] = 
"ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
-- 
1.9.0

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to