]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mvblm7/mvblm7.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / mvblm7 / mvblm7.c
index c02c59ce8a5b2f794da36737d47bb3a3f375e236..41cb39dc9c99171a359aac6a557a9f20ac4fd6fe 100644 (file)
@@ -73,7 +73,7 @@ int fixed_sdram(void)
        return CFG_DDR_SIZE;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        volatile immap_t *im = (immap_t *) CFG_IMMR;
        u32 msize = 0;