]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ml2/ml2.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / ml2 / ml2.c
index f32e512d4f35ae6dbedb2dc5d11d57d1b41665d0..981e1decda55ca2e11d043eb42b2aec0f38ecddb 100644 (file)
@@ -53,7 +53,7 @@ int checkboard (void)
 }
 
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return 32 * 1024 * 1024;
 }