summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-04-21 11:35:30 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-04-21 11:35:30 +1000
commit94b24d721097c9fd90898491966d6db629018323 (patch)
treee9bbea22a6e7f8e08dd419ebeec990c4e4e89a96
parent2969c4f775f11f747070c3943c8c7cd179c350ec (diff)
downloadmeta-xilinx-94b24d721097c9fd90898491966d6db629018323.tar.gz
machine-xilinx-default.inc: Setup UBOOT_SUFFIX for ZynqMP
* For ZynqMP U-Boot, the image suffix is '.bin' Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/include/machine-xilinx-default.inc1
1 files changed, 1 insertions, 0 deletions
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"
19PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" 19PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%"
20 20
21UBOOT_SUFFIX ?= "img" 21UBOOT_SUFFIX ?= "img"
22UBOOT_SUFFIX_zynqmp ?= "bin"
22UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}" 23UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}"
23 24
24# Device Trees 25# Device Trees