diff options
Diffstat (limited to 'board/freescale/mpc7448hpc2/mpc7448hpc2.c')
| -rw-r--r-- | board/freescale/mpc7448hpc2/mpc7448hpc2.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/freescale/mpc7448hpc2/mpc7448hpc2.c b/board/freescale/mpc7448hpc2/mpc7448hpc2.c index f6cd192a8..b3d83cc19 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);  } |