board_f: Rename initdram() to dram_init()
[platform/kernel/u-boot.git] / board / freescale / mpc8349itx / mpc8349itx.c
index 27f0ccd..895e9ff 100644 (file)
@@ -118,7 +118,7 @@ volatile static struct pci_controller hose[] = {
 };
 #endif                         /* CONFIG_PCI */
 
-int initdram(void)
+int dram_init(void)
 {
        volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR;
        u32 msize = 0;