diff options
Diffstat (limited to 'board/tqc/tqm85xx/sdram.c')
| -rw-r--r-- | board/tqc/tqm85xx/sdram.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/tqc/tqm85xx/sdram.c b/board/tqc/tqm85xx/sdram.c index 442ff667c..33bc4077e 100644 --- a/board/tqc/tqm85xx/sdram.c +++ b/board/tqc/tqm85xx/sdram.c @@ -286,7 +286,7 @@ void board_add_ram_info (int use_default)  	}  } -long int initdram (int board_type) +phys_size_t initdram (int board_type)  {  	long dram_size = 0;  	int casl; |