]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/gr_cpci_ax2000/gr_cpci_ax2000.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / gaisler / gr_cpci_ax2000 / gr_cpci_ax2000.c
index d99b45523ac84b211edf566b1b0b05dca6ca1a18..105a74714b965e4ca8f176fec792dfdf029b9160 100644 (file)
@@ -22,7 +22,7 @@
 #include <config.h>
 #include <asm/leon.h>
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        return 1;
 }