diff options
Diffstat (limited to 'common/board_r.c')
| -rw-r--r-- | common/board_r.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/common/board_r.c b/common/board_r.c index 63c69365b..9605f80a0 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) |