
11 Mar
2013
11 Mar
'13
6:36 p.m.
Hi,
On Tue, Mar 5, 2013 at 4:39 PM, Simon Glass sjg@chromium.org wrote:
This enables generic board support so that x86 boards can define CONFIG_SYS_GENERIC_BOARD.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v6: None Changes in v5:
- Avoid setting up gd on x86 as it is already done
Changes in v4: None Changes in v3: None Changes in v2: None
arch/x86/config.mk | 3 --- arch/x86/include/asm/u-boot.h | 11 +++++++++++ arch/x86/lib/Makefile | 3 +++ common/board_r.c | 2 ++ 4 files changed, 16 insertions(+), 3 deletions(-)
Unfortunately this patch is missing the __HAVE_ARCH_GENERIC_BOARD change, so I will resend it as v9.
Regards, Simon