]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gaisler/grsim_leon2/grsim_leon2.c
board_f: Drop return value from initdram()
[people/ms/u-boot.git] / board / gaisler / grsim_leon2 / grsim_leon2.c
index 12df6bd7efa6c499015fc0300db3a7bed98a7a31..384db3d84bcf07daf14ecce57e136c046299ef3f 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)