From caa14c63f158fdd13382ccf1ff4e20a8ba6ad667 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Tue, 12 Dec 2023 18:00:29 -0700 Subject: zynqmp-xen-qemu.dtsi: Remove device_type dt nodes Remove device_type device tree nodes as these nodes are no longer required for Xen qemu boot. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Bruce Ashfield --- .../recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi') 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"; - }; - }; }; -- cgit v1.2.3-54-g00ecf