mirror of https://github.com/acidanthera/audk.git
Change Variable to use PCD
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1238 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4224ac2087
commit
cfe26d0ed8
|
@ -1310,8 +1310,6 @@ Returns:
|
|||
(((EFI_FIRMWARE_VOLUME_HEADER *) (UINTN) (TempVariableStoreHeader)) -> HeaderLength);
|
||||
VariableStoreEntry.Length = (UINT64) PcdGet32 (PcdFlashNvStorageVariableSize) - \
|
||||
(((EFI_FIRMWARE_VOLUME_HEADER *) (UINTN) (TempVariableStoreHeader)) -> HeaderLength);
|
||||
|
||||
VariableStoreEntry.Length = (UINT64) PcdGet32 (PcdFlashNvStorageVariableSize);
|
||||
//
|
||||
// Mark the variable storage region of the FLASH as RUNTIME
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue