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:
Elyes HAOUAS 2016-09-13 21:39:17 +02:00 committed by Martin Roth
parent 7a3a8a5f85
commit 705a063e65
1 changed files with 44 additions and 44 deletions

View File

@ -647,9 +647,9 @@ static unsigned TrainRcvrEn(const struct mem_controller *ctrl, unsigned Pass, st
if (RcvrEnDly & 1) { if (RcvrEnDly & 1) {
/* Odd steps get another pattern such that even /* Odd steps get another pattern such that even
and odd steps alternate. * and odd steps alternate.
The pointers to the patterns will be swapped * The pointers to the patterns will be swapped
at the end of the loop so they are correspond * at the end of the loop so they are correspond
*/ */
PatternA = 1; PatternA = 1;
PatternB = 0; PatternB = 0;
@ -670,7 +670,7 @@ static unsigned TrainRcvrEn(const struct mem_controller *ctrl, unsigned Pass, st
} }
/* Program the MaxAsyncLat filed with the /* 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 */ /* Program MaxAsyncLat to correspond with current delay */
SetMaxAL_RcvrDly(ctrl, RcvrEnDly); SetMaxAL_RcvrDly(ctrl, RcvrEnDly);