summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-07-11 17:35:24 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-12 17:41:32 -0300
commitd6e7a3e8d14c8e2b07438e4d38c7d981ff00e659 (patch)
treed7aa45cee6e1a254ea1ab32bbfd3e2ef9b430c37 /conf
parent470a51164a2f2261ff3c22ae7be8f03bd70bcdbb (diff)
downloadmeta-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')
-rw-r--r--conf/machine/ls1012afrwy.conf2
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:"
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-fitimage "
14KERNEL_IMAGETYPES = "fitImage"
13 15
14UBOOT_DTB_LOADADDRESS = "0x90000000" 16UBOOT_DTB_LOADADDRESS = "0x90000000"
15UBOOT_ENTRYPOINT = "0x80080000" 17UBOOT_ENTRYPOINT = "0x80080000"