]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/eltec/elppc/elppc.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / eltec / elppc / elppc.c
index 108adb13d5fb70c4d9ab79973756e562ba43c6ee..1b70605e28a282cc62882a77f60b8bde13a6d7fe 100644 (file)
@@ -104,7 +104,7 @@ long int dram_size (int board_type)
 
 /* ------------------------------------------------------------------------- */
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return dram_size (board_type);
 }