northbridge/amd/amdk8/raminit_f_dqs.c: Improve code formatting
Change-Id: Ib1f9926ced1fd382c782f5098eb1ad98330cf655 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16600 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
7a3a8a5f85
commit
705a063e65
@@ -647,9 +647,9 @@ static unsigned TrainRcvrEn(const struct mem_controller *ctrl, unsigned Pass, st
|
||||
|
||||
if (RcvrEnDly & 1) {
|
||||
/* Odd steps get another pattern such that even
|
||||
and odd steps alternate.
|
||||
The pointers to the patterns will be swapped
|
||||
at the end of the loop so they are correspond
|
||||
* and odd steps alternate.
|
||||
* The pointers to the patterns will be swapped
|
||||
* at the end of the loop so they are correspond
|
||||
*/
|
||||
PatternA = 1;
|
||||
PatternB = 0;
|
||||
@@ -670,7 +670,7 @@ static unsigned TrainRcvrEn(const struct mem_controller *ctrl, unsigned Pass, st
|
||||
}
|
||||
|
||||
/* Program the MaxAsyncLat filed with the
|
||||
current DQS receiver enable setting plus 6ns
|
||||
* current DQS receiver enable setting plus 6ns
|
||||
*/
|
||||
/* Program MaxAsyncLat to correspond with current delay */
|
||||
SetMaxAL_RcvrDly(ctrl, RcvrEnDly);
|
||||
|
Reference in New Issue
Block a user