diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 15:19:52 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 15:19:52 +0000 |
commit | 8630d2ddf18dd58e98d308d2c7d35fb159bc2fa2 (patch) | |
tree | e683a12573c73380ef1f71e11eea06edd84adc44 | |
parent | 3d6b07b6ece195c8d99c7aa3a9db7fd8383c5ada (diff) | |
download | edk2-platforms-8630d2ddf18dd58e98d308d2c7d35fb159bc2fa2.tar.xz |
Update the comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6312 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c index f799dc664a..a803b0e6c3 100644 --- a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c +++ b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c @@ -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;
|