]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cray/L1/L1.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / cray / L1 / L1.c
index a72ba4620b52a264c478aee49e967cd95551a3b5..f0dfa07fdcc8830a74f87dfa2aeed0210ef3238a 100644 (file)
@@ -170,7 +170,7 @@ int misc_init_r (void)
 }
 
 /* ------------------------------------------------------------------------- */
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return (L1_MEMSIZE);
 }