EmbeddedPkg/Lan9118Dxe: Fixed typo

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16109 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Olivier Martin 2014-09-16 00:55:47 +00:00 committed by oliviermartin
parent 021da07b66
commit fffa852209
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ PhySoftReset (
gBS->Stall (LAN9118_STALL); gBS->Stall (LAN9118_STALL);
} }
// PHY Basic Control Register reset // PHY Basic Control Register reset
} else if (Flags & PHY_RESET_PMT) { } else if (Flags & PHY_RESET_BCR) {
IndirectPHYWrite32 (PHY_INDEX_BASIC_CTRL, PHYCR_RESET); IndirectPHYWrite32 (PHY_INDEX_BASIC_CTRL, PHYCR_RESET);
// Wait for completion // Wait for completion