Skip to content

Commit

Permalink
fixed error in Read DQS Timing
Browse files Browse the repository at this point in the history
instead of requiring passing read+write DQS training, logic was
broken to only require passing read DQS training
  • Loading branch information
mrothfuss committed Jan 30, 2022
1 parent 4bef76e commit afac3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/northbridge/amd/amdmct/mct_ddr3/mctdqs_d.c
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ static uint8_t TrainDQSRdWrPos_D_Fam15(struct MCTStatStruc *pMCTstat,

/* Program the Read DQS Timing Control register with the center of the passing window */
current_read_dqs_delay[lane] = region_center;
passing_dqs_delay_found[lane] = 1;
passing_read_dqs_delay_found = 1;

/* Commit the current Read DQS Timing Control settings to the hardware registers */
write_dqs_read_data_timing_registers(current_read_dqs_delay, dev, dct, dimm, index_reg);
Expand Down

0 comments on commit afac3a7

Please sign in to comment.