]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/siemens/IAD210/IAD210.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / siemens / IAD210 / IAD210.c
index e498937b65f8b85e468cd3ac3285a94bce9941c8..9c0ff02783405e44b2c1104939f5ba680f30409b 100644 (file)
@@ -100,7 +100,7 @@ const uint sdram_table[] = {
 /* ------------------------------------------------------------------------- */
 
 
-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;