Re: [U-Boot] [PATCH 6/7] x86: qemu: fixup cpu node in device tree

2015-12-28 Thread Bin Meng
Hi Miao, nits: fixup -> fix up in the commit title On Mon, Dec 28, 2015 at 5:18 PM, Miao Yan wrote: > Remove 'cpus' node in dts files for QEMU targets, > retrieve cpu number through 'fw_cfg' interface and > fixup device tree blob at runtime. nits: fixup -> fix up > > Signed-off-by: Miao Yan >

[U-Boot] [PATCH 6/7] x86: qemu: fixup cpu node in device tree

2015-12-28 Thread Miao Yan
Remove 'cpus' node in dts files for QEMU targets, retrieve cpu number through 'fw_cfg' interface and fixup device tree blob at runtime. Signed-off-by: Miao Yan --- arch/x86/cpu/qemu/qemu.c | 4 arch/x86/dts/qemu-x86_i440fx.dts | 18 +- arch/x86/dts/qemu-x86_q35.dts