aboutsummaryrefslogtreecommitdiff
path: root/board/rpxsuper/rpxsuper.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/rpxsuper/rpxsuper.c')
-rw-r--r--board/rpxsuper/rpxsuper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/rpxsuper/rpxsuper.c b/board/rpxsuper/rpxsuper.c
index b4331f1cd..f633c5c47 100644
--- a/board/rpxsuper/rpxsuper.c
+++ b/board/rpxsuper/rpxsuper.c
@@ -225,7 +225,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;