summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-11-09 12:11:14 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-11-10 13:57:12 -0200
commit709a722ae1479494b1e551c720e5b9a93cd487ff (patch)
treeeb6a727a1ef60d12cadea86e6600acbfa6f535d8 /conf
parentf9c2565e07608242f70dcc90efa6c9447b79f42e (diff)
downloadmeta-freescale-709a722ae1479494b1e551c720e5b9a93cd487ff.tar.gz
ls1012afrdm: add itbimage support
*add KERNEL_CLASSES and KERNEL_IMAGETYPES *add DTB_LOAD *add UBOOT_ENTRYPOINT Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1012afrdm.conf6
1 files changed, 6 insertions, 0 deletions
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:"
10require conf/machine/include/qoriq-arm64.inc 10require conf/machine/include/qoriq-arm64.inc
11require conf/machine/include/arm/arch-arm64.inc 11require conf/machine/include/arm/arch-arm64.inc
12 12
13KERNEL_CLASSES = " kernel-itbimage "
14KERNEL_IMAGETYPES = "itbImage"
15
16DTB_LOAD = "0x90000000"
17UBOOT_ENTRYPOINT = "0x80080000"
18
13UBOOT_CONFIG ??= "qspi" 19UBOOT_CONFIG ??= "qspi"
14UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin" 20UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin"
15 21