Re: [U-Boot] [PATCH v5 7/8] x86: qemu: remove cpu node in device tree

2016-01-05 Thread Simon Glass
On 4 January 2016 at 01:00, Miao Yan wrote: > 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 > --- > arch/x86/dts/qemu-x86_i440fx.dts | 7 --- > arch/x86/dts/qemu-x86_q35.dts| 7 --- > 2

[U-Boot] [PATCH v5 7/8] x86: qemu: remove cpu node in device tree

2016-01-04 Thread Miao Yan
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 --- arch/x86/dts/qemu-x86_i440fx.dts | 7 --- arch/x86/dts/qemu-x86_q35.dts| 7 --- 2 files changed, 14 deletions(-) diff --git a/arch/x86/dts/qe