From b1f6e4b428c978e4dca6543ef44ea773da41942c Mon Sep 17 00:00:00 2001 From: Raju Kumar Pothuraju Date: Thu, 16 Dec 2021 20:51:01 +0530 Subject: zynqmp-generic.conf: Remove KERNEL_DEVICETREE As per the new kernel-fitimage changes in honister it is first adding the dtb from KERNEL_DEVICETREE and then dtb from device-tree.bb file. Which is leading to boot issue using the fitimage in petalinux flow. Disabling the KERNEL_DEVICETREE variable to add only dtb from device-tree.bb file(system.dtb). Signed-off-by: Raju Kumar Pothuraju Signed-off-by: Mark Hatle --- meta-xilinx-bsp/conf/machine/zynqmp-generic.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-xilinx-bsp') diff --git a/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf b/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf index 6f33c199..c5d5259a 100644 --- a/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf +++ b/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf @@ -32,7 +32,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" # We need a generic one that works with QEMU... HDF_MACHINE = "zcu102-zynqmp" -KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-rev1.0.dtb" EXTRA_IMAGEDEPENDS += " \ u-boot-zynq-uenv \ -- cgit v1.2.3-54-g00ecf