diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-19 16:31:34 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-28 11:39:37 -0200 |
commit | 0e3ae0a9fa415ae169179d15ea5fc67a89093fe5 (patch) | |
tree | 18826bc699e24035090de4664889246a3b50dcea /conf/machine/ls1043ardb.conf | |
parent | 3ef692075be032b43d81e1b8909d88ef18d69a31 (diff) | |
download | meta-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/machine/ls1043ardb.conf')
-rw-r--r-- | conf/machine/ls1043ardb.conf | 1 |
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 | |||
13 | KERNEL_CLASSES = " kernel-itbimage " | 13 | KERNEL_CLASSES = " kernel-itbimage " |
14 | KERNEL_IMAGETYPES = "itbImage" | 14 | KERNEL_IMAGETYPES = "itbImage" |
15 | 15 | ||
16 | DTB_LOAD = "0x90000000" | ||
16 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
17 | 18 | ||
18 | UBOOT_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" | 19 | UBOOT_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" |