Re: [U-Boot] [PATCH v3 7/8] x86: reserve more spaces for dtb

2015-12-30 Thread Miao Yan
Hi Bin, 2015-12-30 12:04 GMT+08:00 Bin Meng : > Hi Miao, > > On Tue, Dec 29, 2015 at 6:35 PM, Miao Yan wrote: >> Reserve more spaces for x86 dtb files. Otherwise when booting >> on qemu targets, fixing 'cpu' node may fail due to lack >> of space left in

Re: [U-Boot] [PATCH v3 7/8] x86: reserve more spaces for dtb

2015-12-29 Thread Bin Meng
Hi Miao, On Tue, Dec 29, 2015 at 6:35 PM, Miao Yan wrote: > Reserve more spaces for x86 dtb files. Otherwise when booting > on qemu targets, fixing 'cpu' node may fail due to lack > of space left in dtb. > > Signed-off-by: Miao Yan > --- >

[U-Boot] [PATCH v3 7/8] x86: reserve more spaces for dtb

2015-12-29 Thread Miao Yan
Reserve more spaces for x86 dtb files. Otherwise when booting on qemu targets, fixing 'cpu' node may fail due to lack of space left in dtb. Signed-off-by: Miao Yan --- arch/x86/dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git