From 709a722ae1479494b1e551c720e5b9a93cd487ff Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Thu, 9 Nov 2017 12:11:14 +0800 Subject: [PATCH] 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 --- conf/machine/ls1012afrdm.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.40.1