
13 Nov
2014
13 Nov
'14
6:24 a.m.
On 11 November 2014 01:47, Bin Meng bmeng.cn@gmail.com wrote:
On Tue, Nov 11, 2014 at 9:00 AM, Simon Glass sjg@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@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@gmail.com
Applied to u-boot-x86.