summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-11-14 23:15:23 +1000
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2017-11-21 11:19:00 -0800
commit722613acc702623ba392f0a4338160d3b1c79c6b (patch)
tree8e4cd5d059dc1f32869dcba7e354afd907918483 /conf
parent25a9428be4ee28e920b684d038b93a0b10fc3702 (diff)
downloadmeta-xilinx-722613acc702623ba392f0a4338160d3b1c79c6b.tar.gz
zcu102-zynqmp: Update kernel device trees
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@nathanrossi.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-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 35c300da..41e9e119 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -16,7 +16,7 @@ SPL_BINARY = "spl/boot.bin"
16SERIAL_CONSOLE = "115200 ttyPS0" 16SERIAL_CONSOLE = "115200 ttyPS0"
17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
18 18
19KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb xilinx/zynqmp-zcu102.dtb" 19KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-rev1.0.dtb"
20 20
21PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" 21PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx"
22PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" 22PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"