summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--conf/machine/ep108-zynqmp.conf3
-rw-r--r--conf/machine/include/machine-xilinx-default.inc1
2 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf
index 8283fe15..9efae1e4 100644
--- a/conf/machine/ep108-zynqmp.conf
+++ b/conf/machine/ep108-zynqmp.conf
@@ -13,9 +13,6 @@ EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
13 13
14SERIAL_CONSOLE = "115200 ttyPS0" 14SERIAL_CONSOLE = "115200 ttyPS0"
15 15
16# Use ZynqMP recipes for U-Boot
17PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline"
18
19KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb" 16KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb"
20 17
21UBOOT_MACHINE = "xilinx_zynqmp_config" 18UBOOT_MACHINE = "xilinx_zynqmp_config"
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