]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ep8248/ep8248.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / ep8248 / ep8248.c
index 69975caa2ee512264cbf1694e44771f8148a1f36..4cfb2acc85c3109bc850d01df7a1127bd97d2ee4 100644 (file)
@@ -208,7 +208,7 @@ int board_early_init_f (void)
        return 0;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        vu_char *bcsr = (vu_char *)CFG_BCSR;
        long int msize = 16L << (bcsr[2] & 3);