mirror of https://github.com/acidanthera/audk.git
Update the comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6312 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3d6b07b6ec
commit
8630d2ddf1
|
@ -713,7 +713,7 @@ UefiDefaultsToFwDefaults (
|
|||
//
|
||||
// In UEFI, 0 is defined to be invalid for EFI_IFR_VARSTORE.VarStoreId.
|
||||
// So the default storage of Var Store in VFR from a Framework module
|
||||
// should be translated to 0xFFEE.
|
||||
// should be translated to 0x0001 (RESERVED_VARSTORE_ID).
|
||||
//
|
||||
if (Node->StoreId == RESERVED_VARSTORE_ID) {
|
||||
Pack->VariableId = 0;
|
||||
|
|
Loading…
Reference in New Issue