summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8360erdk/mpc8360erdk.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc8360erdk/mpc8360erdk.c')
-rw-r--r--board/freescale/mpc8360erdk/mpc8360erdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8360erdk/mpc8360erdk.c b/board/freescale/mpc8360erdk/mpc8360erdk.c
index 3bcdda7334..61d7000147 100644
--- a/board/freescale/mpc8360erdk/mpc8360erdk.c
+++ b/board/freescale/mpc8360erdk/mpc8360erdk.c
@@ -266,7 +266,7 @@ int fixed_sdram(void)
return msize;
}
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
{
#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRC)
extern void ddr_enable_ecc(unsigned int dram_size);
OpenPOWER on IntegriCloud