]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cpc45/cpc45.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / cpc45 / cpc45.c
index 79eb47317621dfa3f2a39f7246822e8a36b7d717..f4e867ce7d00891c4ca9e141353cd90fcd8c8737 100644 (file)
@@ -61,7 +61,7 @@ int checkboard(void)
        return 0;
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        int m, row, col, bank, i, ref;
        unsigned long start, end;