diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-25 13:18:34 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-25 13:18:34 +1000 |
commit | 9d446e98558239d0453d61f65e69b67c4df72f26 (patch) | |
tree | 986ce2b75ff0ad1cd8d286ed542986b05e65a24d /conf/machine/include | |
parent | b0e54952394ed4606b960f745f5b8a5b46a6fce3 (diff) | |
download | meta-xilinx-9d446e98558239d0453d61f65e69b67c4df72f26.tar.gz |
machine-xilinx-default.inc: Specify virtual/bootloader
* Ensure that u-boot-xlnx is the default virtual/bootloader provider
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/include')
-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 fc1735da..97dc9961 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
@@ -10,5 +10,6 @@ PREFERRED_VERSION_linux-xlnx ?= "3.8%" | |||
10 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 10 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
11 | 11 | ||
12 | # U-Boot Configuration | 12 | # U-Boot Configuration |
13 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | ||
13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
14 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" | 15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" |