summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-10-19 16:31:34 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-28 11:39:37 -0200
commit0e3ae0a9fa415ae169179d15ea5fc67a89093fe5 (patch)
tree18826bc699e24035090de4664889246a3b50dcea /conf
parent3ef692075be032b43d81e1b8909d88ef18d69a31 (diff)
downloadmeta-freescale-0e3ae0a9fa415ae169179d15ea5fc67a89093fe5.tar.gz
ls1043ardb: add 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.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf
index 500461ef..e2a8ae64 100644
--- a/conf/machine/ls1043ardb.conf
+++ b/conf/machine/ls1043ardb.conf
@@ -13,6 +13,7 @@ require conf/machine/include/arm/arch-arm64.inc
13KERNEL_CLASSES = " kernel-itbimage " 13KERNEL_CLASSES = " kernel-itbimage "
14KERNEL_IMAGETYPES = "itbImage" 14KERNEL_IMAGETYPES = "itbImage"
15 15
16DTB_LOAD = "0x90000000"
16UBOOT_ENTRYPOINT = "0x80080000" 17UBOOT_ENTRYPOINT = "0x80080000"
17 18
18UBOOT_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"