]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/m5271evb/m5271evb.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / m5271evb / m5271evb.c
index 9caad6325a5a3094be214045c973c87217eafb73..e089d5f02f1ff7c473d90d884c4207ca99dbc49e 100644 (file)
@@ -29,7 +29,7 @@ int checkboard (void) {
        return 0;
 };
 
-long int initdram (int board_type) {
+phys_size_t initdram (int board_type) {
 
        int i;