]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/gr_cpci_ax2000/gr_cpci_ax2000.c
board_f: Drop return value from initdram()
[u-boot] / board / gaisler / gr_cpci_ax2000 / gr_cpci_ax2000.c
index ecdc7e72d336b62e10f9e05f2205b77a7c38011e..4ceb48b09d825caa377616c7b3422f9c047b4c03 100644 (file)
 #include <config.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)