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>
                        reg = <0>;
                        intel,apic-id = <0>;
                };
-
-               cpu@1 {
-                       device_type = "cpu";
-                       compatible = "cpu-qemu";
-                       reg = <1>;
-                       intel,apic-id = <1>;
-               };
        };
 
        tsc-timer {
 
                        reg = <0>;
                        intel,apic-id = <0>;
                };
-
-               cpu@1 {
-                       device_type = "cpu";
-                       compatible = "cpu-qemu";
-                       reg = <1>;
-                       intel,apic-id = <1>;
-               };
        };
 
        tsc-timer {