From: Sreeja Vadakattu <[email protected]>

CONFIG_REMAKE_ELF is enabled for all zynq boards.  Also, using
CONFIG_OF_SEPERATE is recommeneded by u-boot release v2019.01.  So,
Deploy u-boot.elf instead of u-boot as u-boot.elf contains dtb.  This
would solve the following boot issue:

No valid device tree binary found - please append one to U-Boot binary,
use u-boot-dtb.bin or define CONFIG_OF_EMBED. For sandbox, use -d
<file.dtb> initcall sequence 00461b18 failed at call 004582e0 (err=-1)

Signed-off-by: Sreeja Vadakattu <[email protected]>
Signed-off-by: Jaewon Lee <[email protected]>
Signed-off-by: Manjukumar Matha <[email protected]>
---
 meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc 
b/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc
index 153a47f..f714a21 100644
--- a/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc
+++ b/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc
@@ -23,6 +23,7 @@ UBOOT_SUFFIX_microblaze ?= "bin"
 
 UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}"
 UBOOT_ELF ?= "u-boot"
+UBOOT_ELF_zynq ?= "u-boot.elf"
 UBOOT_ELF_aarch64 ?= "u-boot.elf"
 
 #Hardware accelaration
-- 
2.7.4

-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to