]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/ebony/ebony.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / amcc / ebony / ebony.c
index c6375aca8d7f19c1d74d1bf77e51d48ea469c2e0..9bcdf5997f1babca86f011fd23b4a0523b7acf94 100644 (file)
@@ -104,7 +104,7 @@ int checkboard(void)
        return (0);
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        long dram_size = 0;