]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/netphone/netphone.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / netphone / netphone.c
index 1072b3f88a22dd834dec52b9e8b0b41bca771dcf..38eb7c81181b6f68e2f2b6623a4aaa85fd2403ae 100644 (file)
@@ -404,7 +404,7 @@ void check_ram(unsigned int addr, unsigned int size)
        }
 }
 
-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;