]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/altera/ep1s10/ep1s10.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / altera / ep1s10 / ep1s10.c
index 9c7e28e68cea409b945f6a042337210b396bb428..de9bf42bdcf689a513a92740952cd521cfbf1097 100644 (file)
@@ -34,7 +34,7 @@ int checkboard (void)
        return 0;
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return (0);
 }