summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-11-09 12:11:19 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-11-10 13:57:12 -0200
commit6756a922629f5db4157fd37db9cf855737dfa54c (patch)
treec794f310f72caba908d7bb3e3a8f1b18fc47cb6c /conf/machine
parentb6e878c039e66a317e977a0226008312edcad218 (diff)
downloadmeta-freescale-6756a922629f5db4157fd37db9cf855737dfa54c.tar.gz
ls1012afrdm-32b: 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/machine')
-rw-r--r--conf/machine/ls1012afrdm-32b.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/ls1012afrdm-32b.conf b/conf/machine/ls1012afrdm-32b.conf
index e55ab74c..533bda55 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
12 12
13DEFAULTTUNE = "armv7ahf-neon" 13DEFAULTTUNE = "armv7ahf-neon"
14 14
15KERNEL_CLASSES = " kernel-itbimage "
16KERNEL_IMAGETYPES = "itbImage"
17
18DTB_LOAD = "0x9ffe0000"
19UBOOT_ENTRYPOINT = "0x80008000"
20
15UBOOT_CONFIG ??= "qspi" 21UBOOT_CONFIG ??= "qspi"
16UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin"
17 23