From: Chunrong Guo Date: Thu, 9 Nov 2017 04:11:14 +0000 (+0800) Subject: ls1012afrdm: add itbimage support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=709a722ae1479494b1e551c720e5b9a93cd487ff;p=meta-freescale.git ls1012afrdm: add itbimage support *add KERNEL_CLASSES and KERNEL_IMAGETYPES *add DTB_LOAD *add UBOOT_ENTRYPOINT Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/ls1012afrdm.conf b/conf/machine/ls1012afrdm.conf index 6b20c51b..8f766094 100644 --- a/conf/machine/ls1012afrdm.conf +++ b/conf/machine/ls1012afrdm.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" UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin"