]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/siemens/CCM/ccm.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / siemens / CCM / ccm.c
index 5a32e45e289049fac4b92aa82231255404d234df..d653763285ed58baec88f7b8747f4d845af32305 100644 (file)
@@ -155,7 +155,7 @@ static void init_leds (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;