Remove device_type device tree nodes as these nodes are no longer required for Xen qemu boot.
Signed-off-by: Sandeep Gundlupet Raju <[email protected]> --- .../device-tree/files/zynqmp-xen-qemu.dtsi | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi b/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi index 249a786b..336d7a25 100644 --- a/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi +++ b/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi @@ -1,16 +1,2 @@ / { - cpus { - cpu@1 { - //compatible = "disabled"; - device_type = "none"; - }; - cpu@2 { - //compatible = "disabled"; - device_type = "none"; - }; - cpu@3 { - //compatible = "disabled"; - device_type = "none"; - }; - }; }; -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8506): https://lists.yoctoproject.org/g/meta-virtualization/message/8506 Mute This Topic: https://lists.yoctoproject.org/mt/103141849/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
