aboutsummaryrefslogtreecommitdiff
path: root/board/ep88x/ep88x.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ep88x/ep88x.c')
-rw-r--r--board/ep88x/ep88x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep88x/ep88x.c b/board/ep88x/ep88x.c
index 5f57f36bb..92e5f0c12 100644
--- a/board/ep88x/ep88x.c
+++ b/board/ep88x/ep88x.c
@@ -86,7 +86,7 @@ int board_early_init_f (void)
return 0;
}
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
{
long int msize;
volatile immap_t *immap = (volatile immap_t *)CFG_IMMR;