From 8630d2ddf18dd58e98d308d2c7d35fb159bc2fa2 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Thu, 30 Oct 2008 15:19:52 +0000 Subject: [PATCH] Update the comment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6312 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2