From 94b24d721097c9fd90898491966d6db629018323 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 21 Apr 2015 11:35:30 +1000 Subject: machine-xilinx-default.inc: Setup UBOOT_SUFFIX for ZynqMP * For ZynqMP U-Boot, the image suffix is '.bin' Signed-off-by: Nathan Rossi --- conf/machine/include/machine-xilinx-default.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 18716cd7..cc03747e 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc @@ -19,6 +19,7 @@ PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-xlnx" PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" UBOOT_SUFFIX ?= "img" +UBOOT_SUFFIX_zynqmp ?= "bin" UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}" # Device Trees -- cgit v1.2.3-54-g00ecf