]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/t208xqds/spl.c
board_f: Drop return value from initdram()
[people/ms/u-boot.git] / board / freescale / t208xqds / spl.c
index caa4de3e7f8be3b64afb2f527b28e709e8a2a1d3..3e713dc2c365eb1e6c2c9700f3dabf15bac5e716 100644 (file)
@@ -128,7 +128,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();