summaryrefslogtreecommitdiff
path: root/board/esd/pmc440/sdram.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/pmc440/sdram.c')
-rw-r--r--board/esd/pmc440/sdram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/esd/pmc440/sdram.c b/board/esd/pmc440/sdram.c
index e962d4c4bb..c379e7723d 100644
--- a/board/esd/pmc440/sdram.c
+++ b/board/esd/pmc440/sdram.c
@@ -42,7 +42,7 @@ struct sdram_conf_s sdram_conf[] = {
};
/*
- * initdram -- 440EPx's DDR controller is a DENALI Core
+ * dram_init -- 440EPx's DDR controller is a DENALI Core
*/
int initdram_by_rb(int rows, int banks)
{
@@ -107,7 +107,7 @@ int initdram_by_rb(int rows, int banks)
return 0;
}
-int initdram(void)
+int dram_init(void)
{
phys_size_t size;
int n;