diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-11 17:35:24 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 17:41:32 -0300 |
commit | d6e7a3e8d14c8e2b07438e4d38c7d981ff00e659 (patch) | |
tree | d7aa45cee6e1a254ea1ab32bbfd3e2ef9b430c37 /conf/machine | |
parent | 470a51164a2f2261ff3c22ae7be8f03bd70bcdbb (diff) | |
download | meta-freescale-d6e7a3e8d14c8e2b07438e4d38c7d981ff00e659.tar.gz |
ls1012afrwy: 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/machine')
-rw-r--r-- | conf/machine/ls1012afrwy.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/ls1012afrwy.conf b/conf/machine/ls1012afrwy.conf index 907ced20..7eb0add2 100644 --- a/conf/machine/ls1012afrwy.conf +++ b/conf/machine/ls1012afrwy.conf | |||
@@ -10,6 +10,8 @@ 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-fitimage " | ||
14 | KERNEL_IMAGETYPES = "fitImage" | ||
13 | 15 | ||
14 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
15 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |