]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/rpxsuper/rpxsuper.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / rpxsuper / rpxsuper.c
index b4331f1cdeada216ebcbf72f7ff466a1f64eb06c..f633c5c476bf5ead2a4b47c455ac465a2cd03c24 100644 (file)
@@ -225,7 +225,7 @@ int checkboard(void)
 
 /* ------------------------------------------------------------------------- */
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
     volatile immap_t *immap  = (immap_t *)CFG_IMMR;
     volatile memctl8260_t *memctl = &immap->im_memctl;