From b4c23dd8d214c622148ae389a8a1917988dad92e Mon Sep 17 00:00:00 2001 From: zwei4 Date: Fri, 12 May 2017 13:46:33 +0800 Subject: Fix some GCC build error. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 --- .../DxeFspWrapperPlatformResetLib/DxeFspWrapperPlatformResetLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Platform/BroxtonPlatformPkg/Common/FspSupport/Library/DxeFspWrapperPlatformResetLib/DxeFspWrapperPlatformResetLib.c') diff --git a/Platform/BroxtonPlatformPkg/Common/FspSupport/Library/DxeFspWrapperPlatformResetLib/DxeFspWrapperPlatformResetLib.c b/Platform/BroxtonPlatformPkg/Common/FspSupport/Library/DxeFspWrapperPlatformResetLib/DxeFspWrapperPlatformResetLib.c index 4474eafaf8..b7b57c5171 100644 --- a/Platform/BroxtonPlatformPkg/Common/FspSupport/Library/DxeFspWrapperPlatformResetLib/DxeFspWrapperPlatformResetLib.c +++ b/Platform/BroxtonPlatformPkg/Common/FspSupport/Library/DxeFspWrapperPlatformResetLib/DxeFspWrapperPlatformResetLib.c @@ -33,7 +33,7 @@ CallFspWrapperResetSystem ( IN UINT32 ResetType ) { - EFI_RESET_TYPE EfiResetType; + EFI_RESET_TYPE EfiResetType = EfiResetCold; switch (ResetType) { case FSP_STATUS_RESET_REQUIRED_COLD: -- cgit v1.2.3