]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/eltec/mhpc/mhpc.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / eltec / mhpc / mhpc.c
index 0ffbdf0e575a765536c3d3b29811159b2b5ac28d..3666791e986d439ec2686c06c3c4c5dc1547fc17 100644 (file)
@@ -251,7 +251,7 @@ int misc_init_r (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;