board_f: Rename initdram() to dram_init()
[platform/kernel/u-boot.git] / board / sbc8349 / sbc8349.c
index f01cd7e..a3395ed 100644 (file)
@@ -37,7 +37,7 @@ int board_early_init_f (void)
 
 #define ns2clk(ns) (ns / (1000000000 / CONFIG_8349_CLKIN) + 1)
 
-int initdram(void)
+int dram_init(void)
 {
        volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR;
        u32 msize = 0;