board_f: Drop return value from initdram()
[oweals/u-boot.git] / board / gaisler / gr_ep2s60 / gr_ep2s60.c
index 98fb45fdb8203c17b57ce9a5f65940e50d141704..12d8c1025c3181b5903315bafe001cc4839885ea 100644 (file)
 #include <config.h>
 #include <asm/leon.h>
 
-phys_size_t initdram(int board_type)
+int initdram(void)
 {
-       return 1;
+       /* Does not set gd->ram_size here */
+
+       return 0;
 }
 
 int checkboard(void)