[meta-xilinx] [PATCH v3 6/12] zcu102-zynqmp: Update kernel device trees
Nathan Rossi
nathan at nathanrossi.com
Tue Nov 14 05:15:23 PST 2017
The linux-xlnx kernel no longer has a zynqmp-zcu102.dtb target, use the
zynqmp-zcu102-rev1.0.dtb target for the default device tree.
Drop the revB device tree, this is no longer required for QEMU and
production boards are rev 1.0.
Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
Reviewed-by: Alistair Francis <alistair.francis at xilinx.com>
---
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 35c300dab2..41e9e11952 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -16,7 +16,7 @@ SPL_BINARY = "spl/boot.bin"
SERIAL_CONSOLE = "115200 ttyPS0"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
-KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb xilinx/zynqmp-zcu102.dtb"
+KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-rev1.0.dtb"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"
--
2.15.0
More information about the meta-xilinx
mailing list