]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gaisler/grsim/grsim.c
board_f: Drop return value from initdram()
[people/ms/u-boot.git] / board / gaisler / grsim / grsim.c
index fa097377df06289cb3bc7bcc6bee15626c8ad628..aa9ba50877c9b6c62eea5da4c9aeb78e9fe50f20 100644 (file)
 #include <common.h>
 #include <asm/leon.h>
 
-phys_size_t initdram(void)
+int initdram(void)
 {
-       return 1;
+       /* Does not set gd->ram_size here */
+
+       return 0;
 }
 
 int checkboard(void)