Re: [U-Boot] [PATCH v2 06/33] x86: config: Move common x86 configs to a common file

2014-11-12 Thread Simon Glass
On 11 November 2014 01:47, Bin Meng wrote: > On Tue, Nov 11, 2014 at 9:00 AM, Simon Glass wrote: >> Many of the x86 CONFIG options will be common across different boards. Move >> them to a common file. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Move some features out of th

Re: [U-Boot] [PATCH v2 06/33] x86: config: Move common x86 configs to a common file

2014-11-11 Thread Bin Meng
On Tue, Nov 11, 2014 at 9:00 AM, Simon Glass wrote: > Many of the x86 CONFIG options will be common across different boards. Move > them to a common file. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Move some features out of the common file > > include/configs/coreboot.h | 265

[U-Boot] [PATCH v2 06/33] x86: config: Move common x86 configs to a common file

2014-11-10 Thread Simon Glass
Many of the x86 CONFIG options will be common across different boards. Move them to a common file. Signed-off-by: Simon Glass --- Changes in v2: - Move some features out of the common file include/configs/coreboot.h | 265 ++- include/configs/x86-commo