summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1046ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-07-11 17:35:29 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-12 17:41:32 -0300
commit83caac9beca13a8bd0a44bd0d8b03871ac31fd34 (patch)
treec25da59417483b30754e9c8f136d3508c2e88f16 /conf/machine/ls1046ardb.conf
parent74169a10e37c6bbe7135b75e9afdad29b2ccb7b2 (diff)
downloadmeta-freescale-83caac9beca13a8bd0a44bd0d8b03871ac31fd34.tar.gz
ls1046ardb: 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/ls1046ardb.conf')
-rw-r--r--conf/machine/ls1046ardb.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf
index 69eb25c5..84123131 100644
--- a/conf/machine/ls1046ardb.conf
+++ b/conf/machine/ls1046ardb.conf
@@ -9,10 +9,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
9require conf/machine/include/qoriq-arm64.inc 9require conf/machine/include/qoriq-arm64.inc
10require conf/machine/include/arm/arch-arm64.inc 10require conf/machine/include/arm/arch-arm64.inc
11 11
12KERNEL_CLASSES = " kernel-itbimage " 12KERNEL_CLASSES = " kernel-fitimage "
13KERNEL_IMAGETYPES = "itbImage" 13KERNEL_IMAGETYPES = "fitImage"
14 14
15DTB_LOAD = "0x90000000" 15UBOOT_DTB_LOADADDRESS = "0x90000000"
16UBOOT_ENTRYPOINT = "0x80080000" 16UBOOT_ENTRYPOINT = "0x80080000"
17 17
18UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi" 18UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi"