diff options
author | Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> | 2021-12-16 20:51:01 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-16 11:42:43 -0800 |
commit | 98df4dbca72e42fbce8fcce1c91c4ec8e9e8b3d5 (patch) | |
tree | 205e574c6cc33d1fff58a3578d7c31aa4a144c4e /meta-xilinx-bsp | |
parent | 314caac74880efbfbfb12ced90ea4be8e32e3cdd (diff) | |
download | meta-xilinx-98df4dbca72e42fbce8fcce1c91c4ec8e9e8b3d5.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')
-rw-r--r-- | meta-xilinx-bsp/conf/machine/zynqmp-generic.conf | 1 |
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 581d190a..9eb01bae 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... |
34 | HDF_MACHINE = "zcu102-zynqmp" | 34 | HDF_MACHINE = "zcu102-zynqmp" |
35 | KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-rev1.0.dtb" | ||
36 | 35 | ||
37 | EXTRA_IMAGEDEPENDS += " \ | 36 | EXTRA_IMAGEDEPENDS += " \ |
38 | u-boot-zynq-uenv \ | 37 | u-boot-zynq-uenv \ |