AMD SATA: Correct "them implement" to "then implement" in comments

This changelist was cherry-picked from merged community code
for Parmer [1] and the paths modified so that the Parmer
modification is applied against Olive Hill.

[1] 0086162 AMD SATA: Correct _them implement_ ... in comments

Change-Id: I9849e9a75dacfde15331c4200d72343a59036f14
Signed-off-by: Bruce Griffith <bruce.griffith@se-eng.com>
Reviewed-on: http://review.coreboot.org/3841
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Paul Menzel 2013-04-28 14:44:08 +02:00 committed by Bruce Griffith
parent 76db07e8c2
commit abebe80161
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ FchInitMidSataIde2Ahci (
SataBar5setting (LocalCfgPtr, &Bar5); SataBar5setting (LocalCfgPtr, &Bar5);
// //
//If this is not S3 resume and also if SATA set to one of IDE mode, them implement drive detection workaround. //If this is not S3 resume and also if SATA set to one of IDE mode, then implement drive detection workaround.
// //
if ( ! (LocalCfgPtr->Misc.S3Resume) ) { if ( ! (LocalCfgPtr->Misc.S3Resume) ) {
SataDriveDetection (LocalCfgPtr, &Bar5); SataDriveDetection (LocalCfgPtr, &Bar5);

View File

@ -67,7 +67,7 @@ FchInitMidSataIde (
Bar5 = 0; Bar5 = 0;
SataBar5setting (LocalCfgPtr, &Bar5); SataBar5setting (LocalCfgPtr, &Bar5);
// //
//If this is not S3 resume and also if SATA set to one of IDE mode, them implement drive detection workaround. //If this is not S3 resume and also if SATA set to one of IDE mode, then implement drive detection workaround.
// //
if ( ! (LocalCfgPtr->Misc.S3Resume) ) { if ( ! (LocalCfgPtr->Misc.S3Resume) ) {
SataDriveDetection (LocalCfgPtr, &Bar5); SataDriveDetection (LocalCfgPtr, &Bar5);