board_f: Rename initdram() to dram_init()
[platform/kernel/u-boot.git] / board / freescale / m5208evbe / m5208evbe.c
index edf486a..4b841c6 100644 (file)
@@ -22,7 +22,7 @@ int checkboard(void)
        return 0;
 };
 
-int initdram(void)
+int dram_init(void)
 {
        sdram_t *sdram = (sdram_t *)(MMAP_SDRAM);
        u32 dramsize, i;