]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ip860/ip860.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / ip860 / ip860.c
index 9dd809b67823784a80df0c171ae6b91e26f106b6..375cd4d2668b7235953ebf903704f3c6c0860225 100644 (file)
@@ -137,7 +137,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;