diff options
Diffstat (limited to 'board/ivm/ivm.c')
-rw-r--r-- | board/ivm/ivm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ivm/ivm.c b/board/ivm/ivm.c index 7927ea9..4882f04 100644 --- a/board/ivm/ivm.c +++ b/board/ivm/ivm.c @@ -159,7 +159,7 @@ int checkboard (void) /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { volatile immap_t *immr = (immap_t *) CFG_IMMR; volatile memctl8xx_t *memctl = &immr->im_memctl; |