From e424c15c1f4ef8a084120f111d95da60676ba1cc Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 11 Mar 2013 07:40:13 +0000 Subject: x86: Enable generic board support This enables generic board support so that x86 boards can define CONFIG_SYS_GENERIC_BOARD. Signed-off-by: Simon Glass --- common/board_r.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/board_r.c b/common/board_r.c index 63c69365b1..9605f80a0c 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -507,11 +507,13 @@ static int show_model_r(void) #endif /* enable exceptions */ +#ifdef CONFIG_ARM static int initr_enable_interrupts(void) { enable_interrupts(); return 0; } +#endif #ifdef CONFIG_CMD_NET static int initr_ethaddr(void) -- cgit v1.2.3