aboutsummaryrefslogtreecommitdiff
path: root/board/micronas/vct/vct.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/micronas/vct/vct.c')
-rw-r--r--board/micronas/vct/vct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/micronas/vct/vct.c b/board/micronas/vct/vct.c
index 02824ea..8bf8d5f 100644
--- a/board/micronas/vct/vct.c
+++ b/board/micronas/vct/vct.c
@@ -61,7 +61,7 @@ void _machine_restart(void)
* SDRAM is already configured by the bootstrap code, only return the
* auto-detected size here
*/
-int initdram(void)
+int dram_init(void)
{
gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
CONFIG_SYS_MBYTES_SDRAM << 20);