diff options
Diffstat (limited to 'lib_m68k/board.c')
| -rw-r--r-- | lib_m68k/board.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lib_m68k/board.c b/lib_m68k/board.c index 7d4ffc779..f73a46cce 100644 --- a/lib_m68k/board.c +++ b/lib_m68k/board.c @@ -28,7 +28,7 @@  #include <watchdog.h>  #include <command.h>  #include <malloc.h> -#include <devices.h> +#include <stdio_dev.h>  #include <asm/immap.h> @@ -595,8 +595,8 @@ void board_init_r (gd_t *id, ulong dest_addr)  #endif  	/** leave this here (after malloc(), environment and PCI are working) **/ -	/* Initialize devices */ -	devices_init (); +	/* Initialize stdio devices */ +	stdio_init ();  	/* Initialize the jump table for applications */  	jumptable_init (); |