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>
This commit is contained in:
Miao Yan 2016-01-07 01:32:05 -08:00 committed by Bin Meng
parent de752c5e73
commit 3c30fd6ae2
2 changed files with 0 additions and 14 deletions

View File

@ -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 {

View File

@ -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 {