[U-Boot] [PATCH v3 2/2] rockchip: rk3288: use spl_early_init() instead of spl_init()

Andy Pont andy.pont at sdcsystems.com
Wed Mar 15 08:21:17 UTC 2017


Simon wrote...

> diff --git a/arch/arm/mach-rockchip/rk3288-board-spl.c b/arch/arm/mach-
> rockchip/rk3288-board-spl.c
> index e51e19bb2d..f494843663 100644
> --- a/arch/arm/mach-rockchip/rk3288-board-spl.c
> +++ b/arch/arm/mach-rockchip/rk3288-board-spl.c
> @@ -185,7 +185,7 @@ void board_init_f(ulong dummy)
>  	debug_uart_init();
>  #endif
> 
> -	ret = spl_init();
> +	ret = spl_early_init();
>  	if (ret) {
>  		debug("spl_init() failed: %d\n", ret);

Shouldn't the function name used in the debug statement be changed to spl_early_init()?

-Andy.




More information about the U-Boot mailing list