diff options
Diffstat (limited to 'lib_sh/board.c')
| -rw-r--r-- | lib_sh/board.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib_sh/board.c b/lib_sh/board.c index 183110fe3..829455d8b 100644 --- a/lib_sh/board.c +++ b/lib_sh/board.c @@ -21,7 +21,7 @@  #include <common.h>  #include <command.h>  #include <malloc.h> -#include <devices.h> +#include <stdio_dev.h>  #include <timestamp.h>  #include <version.h>  #include <watchdog.h> @@ -150,7 +150,7 @@ init_fnc_t *init_sequence[] =  	sh_flash_init,	/* Flash memory(NOR) init*/  	INIT_FUNC_NAND_INIT/* Flash memory (NAND) init */  	INIT_FUNC_PCI_INIT	/* PCI init */ -	devices_init, +	stdio_init,  	console_init_r,  	interrupt_init,  #ifdef BOARD_LATE_INIT |