diff options
Diffstat (limited to 'lib_nios2')
-rw-r--r-- | lib_nios2/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_nios2/board.c b/lib_nios2/board.c index 0677e99..b142c59 100644 --- a/lib_nios2/board.c +++ b/lib_nios2/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 @@ -161,7 +161,7 @@ void board_init (void) bd->bi_ip_addr = getenv_IPaddr ("ipaddr"); WATCHDOG_RESET (); - devices_init(); + stdio_init(); jumptable_init(); console_init_r(); |