diff options
Diffstat (limited to 'board/spd8xx/spd8xx.c')
-rw-r--r-- | board/spd8xx/spd8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/spd8xx/spd8xx.c b/board/spd8xx/spd8xx.c index c79b9b0dd5e..6387f8a65c5 100644 --- a/board/spd8xx/spd8xx.c +++ b/board/spd8xx/spd8xx.c @@ -143,7 +143,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; |