diff options
Diffstat (limited to 'board/lantec/lantec.c')
-rw-r--r-- | board/lantec/lantec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lantec/lantec.c b/board/lantec/lantec.c index 417dbbb05b0..46f4da9e661 100644 --- a/board/lantec/lantec.c +++ b/board/lantec/lantec.c @@ -109,7 +109,7 @@ int checkboard (void) /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { volatile immap_t *immap = (immap_t *) CFG_IMMR; volatile memctl8xx_t *memctl = &immap->im_memctl; |