]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/c29xpcie/spl.c
board_f: Drop return value from initdram()
[people/ms/u-boot.git] / board / freescale / c29xpcie / spl.c
index 785c859beedeacebd4bc241f78f02a688f2e86e1..86d55bf2ac28dc4f5e5f301f035004e501e8f406 100644 (file)
@@ -67,7 +67,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
 
        i2c_init_all();
 
-       gd->ram_size = initdram();
+       initdram();
 
 #ifdef CONFIG_SPL_NAND_BOOT
        puts("TPL\n");