mirror of https://github.com/acidanthera/audk.git
Fix a bug in LMFA which may potentially impact OS S3.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10174 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d367fe460b
commit
f73b3df815
|
@ -796,7 +796,7 @@ PeiDispatcher (
|
|||
));
|
||||
DEBUG_CODE_END ();
|
||||
|
||||
if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0) {
|
||||
if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 && (Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
|
||||
//
|
||||
// Loading Module at Fixed Address is enabled
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue