summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-07-11 17:35:23 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-12 17:41:32 -0300
commit470a51164a2f2261ff3c22ae7be8f03bd70bcdbb (patch)
tree0a30a193bbd790614ca8f7912e3e3e4de073384f /conf
parent1ca412ede3f8ed46eb54b512a7faf2525805d96e (diff)
downloadmeta-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.conf6
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:"
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-itbimage " 13KERNEL_CLASSES = " kernel-fitimage "
14KERNEL_IMAGETYPES = "itbImage" 14KERNEL_IMAGETYPES = "fitImage"
15 15
16DTB_LOAD = "0x90000000" 16UBOOT_DTB_LOADADDRESS = "0x90000000"
17UBOOT_ENTRYPOINT = "0x80080000" 17UBOOT_ENTRYPOINT = "0x80080000"
18 18
19UBOOT_CONFIG ??= "qspi" 19UBOOT_CONFIG ??= "qspi"