diff options
Diffstat (limited to 'common/board_f.c')
| -rw-r--r-- | common/board_f.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/common/board_f.c b/common/board_f.c index 769889123..32d521509 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -856,8 +856,7 @@ static init_fnc_t init_sequence_f[] = {  #endif  #ifdef CONFIG_X86  	dram_init_f,		/* configure available RAM banks */ -	/* x86 would prefer that this happens after relocation */ -	dram_init, +	calculate_relocation_address,  #endif  	announce_dram_init,  	/* TODO: unify all these dram functions? */ |