summaryrefslogtreecommitdiff
path: root/board/astro/mcf5373l
diff options
context:
space:
mode:
Diffstat (limited to 'board/astro/mcf5373l')
-rw-r--r--board/astro/mcf5373l/mcf5373l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/astro/mcf5373l/mcf5373l.c b/board/astro/mcf5373l/mcf5373l.c
index da281e8..d011ae5 100644
--- a/board/astro/mcf5373l/mcf5373l.c
+++ b/board/astro/mcf5373l/mcf5373l.c
@@ -27,7 +27,7 @@ int checkboard(void)
return 0;
}
-int initdram(void)
+int dram_init(void)
{
#if !defined(CONFIG_MONITOR_IS_IN_RAM)
sdram_t *sdp = (sdram_t *)(MMAP_SDRAM);