]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mpc8315erdb/mpc8315erdb.c
board_f: Rename initdram() to dram_init()
[people/ms/u-boot.git] / board / freescale / mpc8315erdb / mpc8315erdb.c
index 7779b6daed258a52c962b181f0f4f554d1225d81..22f1565b4c264cb1fb5762b246122f6beca1973c 100644 (file)
@@ -222,7 +222,7 @@ void board_init_f(ulong bootflag)
                     CONFIG_SYS_NS16550_CLK / 16 / CONFIG_BAUDRATE);
        puts("NAND boot... ");
        timer_init();
-       initdram();
+       dram_init();
        relocate_code(CONFIG_SYS_NAND_U_BOOT_RELOC + 0x10000, (gd_t *)gd,
                      CONFIG_SYS_NAND_U_BOOT_RELOC);
 }