From bf00a88c23bb753f4bd59bc3d6888dfb66b02798 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 3 Mar 2015 14:49:34 +1000 Subject: u-boot-xlnx: Use 'u-boot-dtb.img' for Zynq * 'u-boot-dtb.img' is the name of the Payload that U-Boot SPL expects for Zynq * Prepare for compatibility for future versions where Zynq will use U-Boot DTBs Signed-off-by: Nathan Rossi --- conf/machine/include/machine-xilinx-default.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/include') diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 86b01001..1ff73426 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc @@ -13,8 +13,11 @@ PREFERRED_VERSION_linux-yocto ?= "3.14%" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" + UBOOT_SUFFIX ?= "img" +UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}" +# Device Trees MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" # Common Device Tree Includes -- cgit v1.2.3-54-g00ecf