diff options
Diffstat (limited to 'lib_nios')
-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 9d8eea7..cd23457 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(); /* |