mirror of https://github.com/acidanthera/audk.git
Merge in a bug fixed in EDK tree.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3681 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d2577026d3
commit
78d6fbd5e2
|
@ -743,7 +743,7 @@ InitializeFtwLite (
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((FtwLiteDevice->SpareAreaAddress >= BaseAddress) &&
|
if ((FtwLiteDevice->SpareAreaAddress >= BaseAddress) &&
|
||||||
(FtwLiteDevice->SpareAreaAddress <= (BaseAddress + FwVolHeader->FvLength))
|
(FtwLiteDevice->SpareAreaAddress < (BaseAddress + FwVolHeader->FvLength))
|
||||||
) {
|
) {
|
||||||
FtwLiteDevice->FtwBackupFvb = Fvb;
|
FtwLiteDevice->FtwBackupFvb = Fvb;
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue