]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/RPXClassic/RPXClassic.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / RPXClassic / RPXClassic.c
index 49cb8ad24f6df1efbd9b3fff353a7023c174b3cb..804635a4aee6403a74d628e490070569a1b4d8ff 100644 (file)
@@ -165,7 +165,7 @@ void rpxclassic_init (void)
 
 /* ------------------------------------------------------------------------- */
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        volatile immap_t *immap = (immap_t *) CFG_IMMR;
        volatile memctl8xx_t *memctl = &immap->im_memctl;