diff options
Diffstat (limited to 'board/sbc8260/sbc8260.c')
-rw-r--r-- | board/sbc8260/sbc8260.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sbc8260/sbc8260.c b/board/sbc8260/sbc8260.c index 48aefa0..5781f62 100644 --- a/board/sbc8260/sbc8260.c +++ b/board/sbc8260/sbc8260.c @@ -208,7 +208,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; |