diff options
author | Miao Yan <yanmiaobest@gmail.com> | 2016-01-07 01:32:05 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-13 12:20:16 +0800 |
commit | 3c30fd6ae293349320eec60beda756122661d530 (patch) | |
tree | dcfd4efd822f19e541e4ad5a56f2a404ed1e9532 /arch/x86/dts/qemu-x86_i440fx.dts | |
parent | de752c5e73d8fa02a3cc585ca346dae0be86c14d (diff) | |
download | u-boot-3c30fd6ae293349320eec60beda756122661d530.tar.gz u-boot-3c30fd6ae293349320eec60beda756122661d530.tar.xz u-boot-3c30fd6ae293349320eec60beda756122661d530.zip |
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 <yanmiaobest@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts/qemu-x86_i440fx.dts')
-rw-r--r-- | arch/x86/dts/qemu-x86_i440fx.dts | 7 |
1 files changed, 0 insertions, 7 deletions
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 { |