mirror of https://github.com/acidanthera/audk.git
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:
parent
021da07b66
commit
fffa852209
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue