diff options
Diffstat (limited to 'board/ep8248/ep8248.c')
-rw-r--r-- | board/ep8248/ep8248.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep8248/ep8248.c b/board/ep8248/ep8248.c index 69975ca..4cfb2ac 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); |