[meta-freescale] [PATCH v2 10/22] ls1012afrdm-32b: add itbimage support

Chunrong Guo B40290 at freescale.com
Wed Nov 8 20:11:19 PST 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

*add KERNEL_CLASSES and KERNEL_IMAGETYPES

*add DTB_LOAD

*add UBOOT_ENTRYPOINT

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 conf/machine/ls1012afrdm-32b.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/conf/machine/ls1012afrdm-32b.conf b/conf/machine/ls1012afrdm-32b.conf
index e55ab74..533bda5 100644
--- a/conf/machine/ls1012afrdm-32b.conf
+++ b/conf/machine/ls1012afrdm-32b.conf
@@ -12,6 +12,12 @@ require conf/machine/include/arm/arch-arm64.inc
 
 DEFAULTTUNE = "armv7ahf-neon"
 
+KERNEL_CLASSES  = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+DTB_LOAD = "0x9ffe0000"
+UBOOT_ENTRYPOINT = "0x80008000"
+
 UBOOT_CONFIG ??= "qspi"
 UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin"
 
-- 
1.9.0



More information about the meta-freescale mailing list