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 <[email protected]> --- conf/machine/zcu102-zynqmp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf index d52531a28e..fb5d4a2fbe 100644 --- a/conf/machine/zcu102-zynqmp.conf +++ b/conf/machine/zcu102-zynqmp.conf @@ -14,7 +14,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" -- 2.11.0 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
