From: Chunrong Guo <[email protected]> *add KERNEL_CLASSES and KERNEL_IMAGETYPES
*add DTB_LOAD *add UBOOT_ENTRYPOINT Signed-off-by: Chunrong Guo <[email protected]> --- conf/machine/ls1012ardb-32b.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/machine/ls1012ardb-32b.conf b/conf/machine/ls1012ardb-32b.conf index 1cdcaf6..b8e34d6 100644 --- a/conf/machine/ls1012ardb-32b.conf +++ b/conf/machine/ls1012ardb-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-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 [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
