Vlv2TbltDevicePkg/PlatformBdsLib: Remove the unused variable
Fix the following error from gcc: Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c: In function ?BdsLockFv?: Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c:2170:31: error: variable ?Data? set but not used [-Werror=unused-but-set-variable] Cc: David Wei <david.wei@intel.com> Cc: "Wu, Hao A" <hao.a.wu@intel.com> Cc: "Lu, ShifeiX A" <shifeix.a.lu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: David Wei <david.wei@intel.com>
This commit is contained in:
@@ -2163,7 +2163,6 @@ BdsLockFv (
|
||||
|
||||
@param Base The base address flash region to be locked.
|
||||
|
||||
**/
|
||||
**/
|
||||
VOID
|
||||
BdsLockFv (
|
||||
@@ -2174,7 +2173,7 @@ BdsLockFv (
|
||||
EFI_FIRMWARE_VOLUME_HEADER *FvHeader;
|
||||
EFI_PHYSICAL_ADDRESS BaseAddress;
|
||||
UINT32 BlockLength;
|
||||
UINTN Index;
|
||||
UINTN Index;
|
||||
|
||||
BaseAddress = Base - 0x400000 + 2;
|
||||
FvHeader = (EFI_FIRMWARE_VOLUME_HEADER *) ((UINTN) (Base));
|
||||
|
Reference in New Issue
Block a user