northbridge/intel/x4x/raminit_ddr23.c: Remove repeated word
Change-Id: I9763499ad5cf0395c83770908a277f089ceed475 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49530 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
parent
5345a3841d
commit
6538d91bc3
|
@ -221,7 +221,7 @@ static void launch_dram(struct sysinfo *s)
|
|||
|
||||
if (s->selected_timings.mem_clk <= MEM_CLOCK_1066MHz)
|
||||
s->nmode = 1;
|
||||
/* 2N on DDR3 1066 with with 2 dimms per channel */
|
||||
/* 2N on DDR3 1066 with 2 dimms per channel */
|
||||
if ((s->selected_timings.mem_clk == MEM_CLOCK_1066MHz) &&
|
||||
(BOTH_DIMMS_ARE_POPULATED(s->dimms, 0) ||
|
||||
BOTH_DIMMS_ARE_POPULATED(s->dimms, 1)))
|
||||
|
|
Loading…
Reference in New Issue