diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-21 11:35:30 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-21 11:35:30 +1000 |
commit | 94b24d721097c9fd90898491966d6db629018323 (patch) | |
tree | e9bbea22a6e7f8e08dd419ebeec990c4e4e89a96 | |
parent | 2969c4f775f11f747070c3943c8c7cd179c350ec (diff) | |
download | meta-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.inc | 1 |
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" | |||
19 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" | 19 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" |
20 | 20 | ||
21 | UBOOT_SUFFIX ?= "img" | 21 | UBOOT_SUFFIX ?= "img" |
22 | UBOOT_SUFFIX_zynqmp ?= "bin" | ||
22 | UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}" | 23 | UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}" |
23 | 24 | ||
24 | # Device Trees | 25 | # Device Trees |