summaryrefslogtreecommitdiffstats
path: root/board/ep8248/ep8248.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ep8248/ep8248.c')
-rw-r--r--board/ep8248/ep8248.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep8248/ep8248.c b/board/ep8248/ep8248.c
index 69975caa2e..4cfb2acc85 100644
--- a/board/ep8248/ep8248.c
+++ b/board/ep8248/ep8248.c
@@ -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);
OpenPOWER on IntegriCloud