]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gaisler/gr_ep2s60/gr_ep2s60.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / gaisler / gr_ep2s60 / gr_ep2s60.c
index e8617f0755ea543da5fc01ab79abda5d2b036360..2904d32586b3eccc1fe7b94599a67c3e8073bee5 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;
 }