diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-11-09 12:11:14 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-10 13:57:12 -0200 |
commit | 709a722ae1479494b1e551c720e5b9a93cd487ff (patch) | |
tree | eb6a727a1ef60d12cadea86e6600acbfa6f535d8 | |
parent | f9c2565e07608242f70dcc90efa6c9447b79f42e (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/ls1012afrdm.conf | 6 |
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:" | |||
10 | require conf/machine/include/qoriq-arm64.inc | 10 | require conf/machine/include/qoriq-arm64.inc |
11 | require conf/machine/include/arm/arch-arm64.inc | 11 | require conf/machine/include/arm/arch-arm64.inc |
12 | 12 | ||
13 | KERNEL_CLASSES = " kernel-itbimage " | ||
14 | KERNEL_IMAGETYPES = "itbImage" | ||
15 | |||
16 | DTB_LOAD = "0x90000000" | ||
17 | UBOOT_ENTRYPOINT = "0x80080000" | ||
18 | |||
13 | UBOOT_CONFIG ??= "qspi" | 19 | UBOOT_CONFIG ??= "qspi" |
14 | UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin" |
15 | 21 | ||