nb/intel/x4x/raminit_ddr23.c: Remove dead assignment

Change-Id: I2da586abf63517a2e9b73ea4d3fab513370947bd
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44292
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2020-08-07 21:08:24 +02:00 committed by Patrick Georgi
parent 83aac13590
commit cf0f7ed3ee
1 changed files with 0 additions and 3 deletions

View File

@ -919,9 +919,6 @@ static void program_dll(struct sysinfo *s)
break;
}
if (async != 1)
reg8 = MCHBAR8(0x188) & 0x1e;
MCHBAR8_AND(0x180, ~0x80);
if ((s->spd_type == DDR3 && s->selected_timings.mem_clk == MEM_CLOCK_1066MHz)