summaryrefslogtreecommitdiff
path: root/board/freescale/t208xrdb/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/t208xrdb/spl.c')
-rw-r--r--board/freescale/t208xrdb/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xrdb/spl.c b/board/freescale/t208xrdb/spl.c
index a5f940c6f6..b43140148b 100644
--- a/board/freescale/t208xrdb/spl.c
+++ b/board/freescale/t208xrdb/spl.c
@@ -98,7 +98,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
i2c_init_all();
- initdram();
+ dram_init();
#ifdef CONFIG_SPL_MMC_BOOT
mmc_boot();