summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-07-11 17:35:28 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-12 17:41:32 -0300
commit74169a10e37c6bbe7135b75e9afdad29b2ccb7b2 (patch)
tree0c0b75505baac8ab746d59a727c0ae149c90d4eb /conf
parentd793d8e2da199a03f52af242fd8b771d7b43058b (diff)
downloadmeta-freescale-74169a10e37c6bbe7135b75e9afdad29b2ccb7b2.tar.gz
ls1043ardb: 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/ls1043ardb.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf
index 0dbf80b6..d6e4f59c 100644
--- a/conf/machine/ls1043ardb.conf
+++ b/conf/machine/ls1043ardb.conf
@@ -10,10 +10,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:"
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 ??= "nand sdcard secure-boot nand-dtb-secure-boot nand-spl-secure-boot nand-secure-boot sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot nor" 19UBOOT_CONFIG ??= "nand sdcard secure-boot nand-dtb-secure-boot nand-spl-secure-boot nand-secure-boot sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot nor"