aboutsummaryrefslogtreecommitdiff
path: root/board/emk/top860/top860.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/emk/top860/top860.c')
-rw-r--r--board/emk/top860/top860.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/emk/top860/top860.c b/board/emk/top860/top860.c
index 84afaaa2b..aca4991f5 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;