board: sifive: Rename spl_soc_init() to spl_dram_init()
[pandora-u-boot.git] / board / sifive / unmatched / spl.c
index e69bed9..6fc1d80 100644 (file)
@@ -134,9 +134,9 @@ int spl_board_init_f(void)
 {
        int ret;
 
-       ret = spl_soc_init();
+       ret = spl_dram_init();
        if (ret) {
-               debug("HiFive Unmatched FU740 SPL init failed: %d\n", ret);
+               debug("HiFive Unmatched FU740 DRAM init failed: %d\n", ret);
                goto end;
        }