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:
qwang12 2008-10-30 15:19:52 +00:00
parent 3d6b07b6ec
commit 8630d2ddf1
1 changed files with 1 additions and 1 deletions

View File

@ -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;