board_f: Rename initdram() to dram_init()
[platform/kernel/u-boot.git] / board / freescale / t104xrdb / spl.c
index 899691a..2e43307 100644 (file)
@@ -125,7 +125,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
 
        puts("\n\n");
 
-       initdram();
+       dram_init();
 
 #ifdef CONFIG_SPL_MMC_BOOT
        mmc_boot();