]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/xes/xpedite1000/xpedite1000.c
board_f: Drop return value from initdram()
[people/ms/u-boot.git] / board / xes / xpedite1000 / xpedite1000.c
index ff64483cf4f54222bf9fe15fa2e0f3b7d04f2553..df5a7a0539f2975548265f40cf0376366d87876e 100644 (file)
@@ -116,9 +116,11 @@ int checkboard(void)
        return 0;
 }
 
-phys_size_t initdram(void)
+int initdram(void)
 {
-       return spd_sdram();
+       gd->ram_size = spd_sdram();
+
+       return 0;
 }
 
 /*