summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc7448hpc2/mpc7448hpc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc7448hpc2/mpc7448hpc2.c')
-rw-r--r--board/freescale/mpc7448hpc2/mpc7448hpc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc7448hpc2/mpc7448hpc2.c b/board/freescale/mpc7448hpc2/mpc7448hpc2.c
index f6cd192a81..b3d83cc19f 100644
--- a/board/freescale/mpc7448hpc2/mpc7448hpc2.c
+++ b/board/freescale/mpc7448hpc2/mpc7448hpc2.c
@@ -81,7 +81,7 @@ long int dram_size (int board_type)
return 0x20000000; /* 256M bytes */
}
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
{
return dram_size (board_type);
}
OpenPOWER on IntegriCloud