diff options
Diffstat (limited to 'board/freescale/t208xqds/spl.c')
-rw-r--r-- | board/freescale/t208xqds/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xqds/spl.c b/board/freescale/t208xqds/spl.c index 3e713dc..d7d716b 100644 --- a/board/freescale/t208xqds/spl.c +++ b/board/freescale/t208xqds/spl.c @@ -128,7 +128,7 @@ void board_init_r(gd_t *gd, ulong dest_addr) i2c_init_all(); - initdram(); + dram_init(); #ifdef CONFIG_SPL_MMC_BOOT mmc_boot(); |