]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/hermes/hermes.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / hermes / hermes.c
index 8fd081fef3a33fb856a680dad619e3b395b73f45..f9b57204f0a5b4b748dcdf5d388fd50969bf575f 100644 (file)
@@ -134,7 +134,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;