From: Miao Yan Date: Thu, 7 Jan 2016 09:32:05 +0000 (-0800) Subject: x86: qemu: remove cpu node in device tree X-Git-Tag: v2016.03-rc1~311^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c30fd6ae293349320eec60beda756122661d530;p=oweals%2Fu-boot.git x86: qemu: remove cpu node in device tree Remove 'cpu' node in device tree for QEMU targets, and let U-Boot detect and fix up those information at runtime. Signed-off-by: Miao Yan Reviewed-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/arch/x86/dts/qemu-x86_i440fx.dts b/arch/x86/dts/qemu-x86_i440fx.dts index 433220475d..9086b461b9 100644 --- a/arch/x86/dts/qemu-x86_i440fx.dts +++ b/arch/x86/dts/qemu-x86_i440fx.dts @@ -36,13 +36,6 @@ reg = <0>; intel,apic-id = <0>; }; - - cpu@1 { - device_type = "cpu"; - compatible = "cpu-qemu"; - reg = <1>; - intel,apic-id = <1>; - }; }; tsc-timer { diff --git a/arch/x86/dts/qemu-x86_q35.dts b/arch/x86/dts/qemu-x86_q35.dts index 3e2cfac503..145e8115ce 100644 --- a/arch/x86/dts/qemu-x86_q35.dts +++ b/arch/x86/dts/qemu-x86_q35.dts @@ -47,13 +47,6 @@ reg = <0>; intel,apic-id = <0>; }; - - cpu@1 { - device_type = "cpu"; - compatible = "cpu-qemu"; - reg = <1>; - intel,apic-id = <1>; - }; }; tsc-timer {