aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/mpc8315erdb/sdram.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc8315erdb/sdram.c')
-rw-r--r--board/freescale/mpc8315erdb/sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8315erdb/sdram.c b/board/freescale/mpc8315erdb/sdram.c
index f97e3c780..07e6486ee 100644
--- a/board/freescale/mpc8315erdb/sdram.c
+++ b/board/freescale/mpc8315erdb/sdram.c
@@ -101,7 +101,7 @@ static long fixed_sdram(void)
return msize;
}
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
{
volatile immap_t *im = (volatile immap_t *)CFG_IMMR;
u32 msize;