diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-15 20:47:03 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-15 21:58:16 +1000 |
commit | 4b70ec0afe233c00068e9259b486aa5c31f4e530 (patch) | |
tree | f8c44b69e4d3112b2e76c73aeb8ad899b49dd13c | |
parent | 02a97e0f1082376fd7982fceeb140a93497eecf8 (diff) | |
download | meta-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.inc | 1 |
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%" | |||
19 | XILINX_DEFAULT_UBOOT := "u-boot-xlnx" | 19 | XILINX_DEFAULT_UBOOT := "u-boot-xlnx" |
20 | XILINX_DEFAULT_UBOOT_zynqmp := "u-boot" | 20 | XILINX_DEFAULT_UBOOT_zynqmp := "u-boot" |
21 | PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}" | 21 | PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}" |
22 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" | ||
23 | 22 | ||
24 | UBOOT_SUFFIX ?= "img" | 23 | UBOOT_SUFFIX ?= "img" |
25 | UBOOT_SUFFIX_zynqmp ?= "bin" | 24 | UBOOT_SUFFIX_zynqmp ?= "bin" |