diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/board_f.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/board_f.c b/common/board_f.c index b6be386a7f7..4ea4cb21bed 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -194,7 +194,7 @@ static int init_func_ram(void)  static int show_dram_config(void)  { -	ulong size; +	unsigned long long size;  #ifdef CONFIG_NR_DRAM_BANKS  	int i; | 
