summaryrefslogtreecommitdiff
path: root/board/freescale/b4860qds/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/b4860qds/spl.c')
-rw-r--r--board/freescale/b4860qds/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/b4860qds/spl.c b/board/freescale/b4860qds/spl.c
index a27ad7f..60d7f0d 100644
--- a/board/freescale/b4860qds/spl.c
+++ b/board/freescale/b4860qds/spl.c
@@ -108,7 +108,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
puts("\n\n");
- initdram();
+ dram_init();
#ifdef CONFIG_SPL_NAND_BOOT
nand_boot();