]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sbc8349/sbc8349.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / sbc8349 / sbc8349.c
index e89b6e824866e9217f0836ecd53a977f2443561b..4a44fda31e917711ff1cb828df3dd125fe58f192 100644 (file)
@@ -52,7 +52,7 @@ int board_early_init_f (void)
 
 #define ns2clk(ns) (ns / (1000000000 / CONFIG_8349_CLKIN) + 1)
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        volatile immap_t *im = (immap_t *)CFG_IMMR;
        u32 msize = 0;