diff options
Diffstat (limited to 'board/ep8260/ep8260.c')
-rw-r--r-- | board/ep8260/ep8260.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep8260/ep8260.c b/board/ep8260/ep8260.c index b9e1df4..0e43c6d 100644 --- a/board/ep8260/ep8260.c +++ b/board/ep8260/ep8260.c @@ -243,7 +243,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 memctl8260_t *memctl = &immap->im_memctl; |