From 4a86b530b17a76dbda6e29690e6d46523869e7d8 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 30 May 2017 18:46:21 +1000 Subject: 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 Acked-by: Manjukumar Matha Tested-by: Manjukumar Matha --- conf/machine/zcu102-zynqmp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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" SERIAL_CONSOLE = "115200 ttyPS0" -KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb" +KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb xilinx/zynqmp-zcu102.dtb" PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" -- cgit v1.2.3-54-g00ecf