]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/nx823/nx823.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / nx823 / nx823.c
index 4a426ec4980326ed96df67b9811df5963fb9a91d..18840ff48f212a34edf7125b80574cb8c43ff718 100644 (file)
@@ -157,7 +157,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 memctl8xx_t *memctl = &immap->im_memctl;