[U-Boot] [PATCH v2 06/33] x86: config: Move common x86 configs to a common file
Simon Glass
sjg at chromium.org
Thu Nov 13 06:24:57 CET 2014
On 11 November 2014 01:47, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Tue, Nov 11, 2014 at 9:00 AM, Simon Glass <sjg at chromium.org> wrote:
>> Many of the x86 CONFIG options will be common across different boards. Move
>> them to a common file.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v2:
>> - Move some features out of the common file
>>
>> include/configs/coreboot.h | 265 ++-----------------------------------------
>> include/configs/x86-common.h | 251 ++++++++++++++++++++++++++++++++++++++++
>> 2 files changed, 260 insertions(+), 256 deletions(-)
>> create mode 100644 include/configs/x86-common.h
>>
[snip]
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Applied to u-boot-x86.
More information about the U-Boot
mailing list