diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-24 03:21:21 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-24 03:21:21 +0000 |
commit | 627abd57e51799ff4023bd3d0ca4c3fa35059fc9 (patch) | |
tree | 08792a0ab4491bed650262c90536a4b992959576 /Nt32Pkg/FvbServicesRuntimeDxe/FvbInfo.c | |
parent | d14a393be2a95850bd4f4fa9d980b958e5fe9fba (diff) | |
download | edk2-platforms-627abd57e51799ff4023bd3d0ca4c3fa35059fc9.tar.xz |
Remove unused NvDataFvHob
Replace it with NvDataFvGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7628 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/FvbServicesRuntimeDxe/FvbInfo.c')
-rw-r--r-- | Nt32Pkg/FvbServicesRuntimeDxe/FvbInfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/FvbServicesRuntimeDxe/FvbInfo.c b/Nt32Pkg/FvbServicesRuntimeDxe/FvbInfo.c index bef6126471..b99790fc3b 100644 --- a/Nt32Pkg/FvbServicesRuntimeDxe/FvbInfo.c +++ b/Nt32Pkg/FvbServicesRuntimeDxe/FvbInfo.c @@ -106,7 +106,7 @@ EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = { {
0,
}, // ZeroVector[16]
- EFI_SYSTEM_NV_DATA_HOB_GUID,
+ EFI_SYSTEM_NV_DATA_FV_GUID,
FixedPcdGet32 (PcdFlashNvStorageVariableSize) +
FixedPcdGet32 (PcdFlashNvStorageFtwWorkingSize) +
FixedPcdGet32 (PcdFlashNvStorageFtwSpareSize) +
|