mirror of https://github.com/acidanthera/audk.git
Replace NvDataFvHob with NvDataFvGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7629 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
627abd57e5
commit
5e9d6caefd
|
@ -102,7 +102,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) + \
|
||||
|
|
Loading…
Reference in New Issue