]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/m5282evb/m5282evb.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / m5282evb / m5282evb.c
index 7d6d1d6231a1b1daa6be1ed33bf93c5587d4168a..50e5e77368651498f5209438bc4984d5505c6bba 100644 (file)
@@ -32,7 +32,7 @@ int checkboard (void)
        return 0;
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        u32 dramsize, i, dramclk;