summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2015-09-15 20:47:03 +1000
committerNathan Rossi <nathan@nathanrossi.com>2015-09-15 21:58:16 +1000
commit4b70ec0afe233c00068e9259b486aa5c31f4e530 (patch)
treef8c44b69e4d3112b2e76c73aeb8ad899b49dd13c
parent02a97e0f1082376fd7982fceeb140a93497eecf8 (diff)
downloadmeta-xilinx-4b70ec0afe233c00068e9259b486aa5c31f4e530.tar.gz
machine-xilinx-default.inc: Unpin u-boot-xlnx version
* There is only one version of u-boot-xlnx, so there is no need to pin the version. Additionally if there are two versions the newest will be used by default Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--conf/machine/include/machine-xilinx-default.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
index d4b858de..fdbbaa54 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -19,7 +19,6 @@ PREFERRED_VERSION_linux-yocto ?= "3.19%"
19XILINX_DEFAULT_UBOOT := "u-boot-xlnx" 19XILINX_DEFAULT_UBOOT := "u-boot-xlnx"
20XILINX_DEFAULT_UBOOT_zynqmp := "u-boot" 20XILINX_DEFAULT_UBOOT_zynqmp := "u-boot"
21PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}" 21PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}"
22PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%"
23 22
24UBOOT_SUFFIX ?= "img" 23UBOOT_SUFFIX ?= "img"
25UBOOT_SUFFIX_zynqmp ?= "bin" 24UBOOT_SUFFIX_zynqmp ?= "bin"