]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-rockchip/rk3188-board-spl.c
rockchip: spl: use spl_early_init() instead of spl_init()
[u-boot] / arch / arm / mach-rockchip / rk3188-board-spl.c
index f93feae0c9bedc339ed9fdbbf261b42048047eb0..117f6b8f4219694101081ce95193b20f8274b7fa 100644 (file)
@@ -109,9 +109,9 @@ void board_init_f(ulong dummy)
        printch('\n');
 #endif
 
-       ret = spl_init();
+       ret = spl_early_init();
        if (ret) {
-               debug("spl_init() failed: %d\n", ret);
+               debug("spl_early_init() failed: %d\n", ret);
                hang();
        }