diff options
Diffstat (limited to 'board/emk/top860/top860.c')
-rw-r--r-- | board/emk/top860/top860.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/emk/top860/top860.c b/board/emk/top860/top860.c index 84afaaa2b2a..aca4991f54a 100644 --- a/board/emk/top860/top860.c +++ b/board/emk/top860/top860.c @@ -76,7 +76,7 @@ int checkboard (void) /***************************************************************************** * Initialize DRAM controller *****************************************************************************/ -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; |