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.


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to