]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cpu86/cpu86.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / cpu86 / cpu86.c
index 0eb94efdaa70ce1384e513e9968a80cb71718284..9e76c72d3e3631ff8140f016974361511965239a 100644 (file)
@@ -273,7 +273,7 @@ static long int try_init (volatile memctl8260_t * memctl, ulong sdmr,
        return (size);
 }
 
-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;