diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-11 17:35:23 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 17:41:32 -0300 |
commit | 470a51164a2f2261ff3c22ae7be8f03bd70bcdbb (patch) | |
tree | 0a30a193bbd790614ca8f7912e3e3e4de073384f /conf | |
parent | 1ca412ede3f8ed46eb54b512a7faf2525805d96e (diff) | |
download | meta-freescale-470a51164a2f2261ff3c22ae7be8f03bd70bcdbb.tar.gz |
ls1012afrdm: use kernel-fitimage
*Inhert kernel-fitimage bbclass
*Update KERNEL_IMAGETYPES
*UBOOT_DTB_LOADADDRESS instead of DTB_LOAD
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.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1012afrdm.conf b/conf/machine/ls1012afrdm.conf index 0a203f8e..c0f0d354 100644 --- a/conf/machine/ls1012afrdm.conf +++ b/conf/machine/ls1012afrdm.conf | |||
@@ -10,10 +10,10 @@ 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 " | 13 | KERNEL_CLASSES = " kernel-fitimage " |
14 | KERNEL_IMAGETYPES = "itbImage" | 14 | KERNEL_IMAGETYPES = "fitImage" |
15 | 15 | ||
16 | DTB_LOAD = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
17 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
18 | 18 | ||
19 | UBOOT_CONFIG ??= "qspi" | 19 | UBOOT_CONFIG ??= "qspi" |