diff options
Diffstat (limited to 'lib_nios/board.c')
| -rw-r--r-- | lib_nios/board.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib_nios/board.c b/lib_nios/board.c index 9d8eea796..cd234578b 100644 --- a/lib_nios/board.c +++ b/lib_nios/board.c @@ -25,7 +25,7 @@   */  #include <common.h> -#include <devices.h> +#include <stdio_dev.h>  #include <watchdog.h>  #include <net.h>  #ifdef CONFIG_STATUS_LED @@ -155,7 +155,7 @@ void board_init (void)  	bd->bi_ip_addr = getenv_IPaddr ("ipaddr");  	WATCHDOG_RESET (); -	devices_init(); +	stdio_init();  	jumptable_init();  	console_init_r();  	/* |