diff options
Diffstat (limited to 'board/evb64260/sdram_init.c')
| -rw-r--r-- | board/evb64260/sdram_init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/evb64260/sdram_init.c b/board/evb64260/sdram_init.c index fae6d1090..9ae446544 100644 --- a/board/evb64260/sdram_init.c +++ b/board/evb64260/sdram_init.c @@ -524,7 +524,7 @@ static long int dram_size (long int *base, long int maxsize)  /* U-Boot interface function to SDRAM init - this is where all the   * controlling logic happens */ -long int initdram (int board_type) +phys_size_t initdram (int board_type)  {  	ulong checkbank[4] = {[0 ... 3] = 0 };  	int bank_no; |