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