summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2015-09-09 14:57:37 +1000
committerNathan Rossi <nathan@nathanrossi.com>2015-09-09 14:57:37 +1000
commit559f5add73526911c98f619fbe5369a912dba568 (patch)
treec8987b42df77a2a42d9b23ea176ef1f7b29f6505 /conf/machine/include
parent49ebb273325ce17f723b402ebcd05673640fd919 (diff)
downloadmeta-xilinx-559f5add73526911c98f619fbe5369a912dba568.tar.gz
ep108-zynqmp: Use mainline u-boot by default
* Upstream u-boot supports ZynqMP * Default all 'zynqmp' machines to use upstream u-boot Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/include')
-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 a38fb0ed..bf789519 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -17,6 +17,7 @@ PREFERRED_VERSION_linux-yocto ?= "3.19%"
17 17
18# U-Boot Configuration 18# U-Boot Configuration
19XILINX_DEFAULT_UBOOT := "u-boot-xlnx" 19XILINX_DEFAULT_UBOOT := "u-boot-xlnx"
20XILINX_DEFAULT_UBOOT_zynqmp := "u-boot"
20PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}" 21PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}"
21PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" 22PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%"
22 23