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 <sjg@chromium.org>
This commit is contained in:
Simon Glass 2013-03-11 07:40:13 +00:00 committed by Tom Rini
parent 86cfb6bdec
commit e424c15c1f
4 changed files with 19 additions and 0 deletions

View file

@ -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)