]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc832xemds/mpc832xemds.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / freescale / mpc832xemds / mpc832xemds.c
index c10b30f24e2b3ca53e3ace4cf895ddbdc67482d9..4ad6e9d4545a0130ad1026604327fc8a7d940106 100644 (file)
@@ -94,7 +94,7 @@ int board_early_init_r(void)
 
 int fixed_sdram(void);
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        volatile immap_t *im = (immap_t *) CFG_IMMR;
        u32 msize = 0;