summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-05-30 18:46:21 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-05-30 18:46:21 +1000
commit4a86b530b17a76dbda6e29690e6d46523869e7d8 (patch)
tree819561807a3d63bff737ee3d08c111378d893ee4 /conf
parent85b5dab2d61027535477e0e6d8d549f62e0ff221 (diff)
downloadmeta-xilinx-4a86b530b17a76dbda6e29690e6d46523869e7d8.tar.gz
zcu102-zynqmp: Enable all the zcu102 kernel device trees
Enable all of the available kernel device trees for the zcu102. This includes the 'zcu102-zynqmp.dtb'. The 'revB' device tree is kept as the first entry due to its use for QEMU. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Acked-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Tested-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/zcu102-zynqmp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index 72758d42..2be85b92 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -13,7 +13,7 @@ UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig"
13 13
14SERIAL_CONSOLE = "115200 ttyPS0" 14SERIAL_CONSOLE = "115200 ttyPS0"
15 15
16KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb" 16KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb xilinx/zynqmp-zcu102.dtb"
17 17
18PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" 18PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx"
19PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" 19PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"