summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf
diff options
context:
space:
mode:
authorRaju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com>2021-12-16 20:51:01 +0530
committerMark Hatle <mark.hatle@xilinx.com>2022-01-14 11:23:05 -0800
commitb1f6e4b428c978e4dca6543ef44ea773da41942c (patch)
treeea7969b023361eb2d1347b0bbb32fe711b1f1ca7 /meta-xilinx-bsp/conf
parentaf09dcb5a186c471906e58e1e1938e5cabf0c219 (diff)
downloadmeta-xilinx-b1f6e4b428c978e4dca6543ef44ea773da41942c.tar.gz
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 <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/zynqmp-generic.conf1
1 files changed, 0 insertions, 1 deletions
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"
32 32
33# We need a generic one that works with QEMU... 33# We need a generic one that works with QEMU...
34HDF_MACHINE = "zcu102-zynqmp" 34HDF_MACHINE = "zcu102-zynqmp"
35KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-rev1.0.dtb"
36 35
37EXTRA_IMAGEDEPENDS += " \ 36EXTRA_IMAGEDEPENDS += " \
38 u-boot-zynq-uenv \ 37 u-boot-zynq-uenv \