summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate DeSimone <nathaniel.l.desimone@intel.com>2024-09-25 00:30:11 +0300
committerNate DeSimone <nathaniel.l.desimone@intel.com>2024-09-25 03:21:12 +0300
commit4d0455df8c29a6a0a16febc25c0db0e399c92a91 (patch)
treeb53282a306a39c981dcff3b71651fb64f0f31ddd
parent61c2653bb98f0d07f0c008506d11bbfa9ec140a0 (diff)
downloadedk2-platforms-4d0455df8c29a6a0a16febc25c0db0e399c92a91.tar.xz
AlderlakeOpenBoardPkg: Fix FSP-T UPD initializer
Initializer did not match the structure definition Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
-rw-r--r--Platform/Intel/AlderlakeOpenBoardPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecRamInitData.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Platform/Intel/AlderlakeOpenBoardPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecRamInitData.c b/Platform/Intel/AlderlakeOpenBoardPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecRamInitData.c
index a3cc8741ee..292780851d 100644
--- a/Platform/Intel/AlderlakeOpenBoardPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecRamInitData.c
+++ b/Platform/Intel/AlderlakeOpenBoardPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecRamInitData.c
@@ -46,10 +46,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST FSPT_UPD FsptUpdDataPtr = {
FixedPcdGet8 (PcdSerialIoUartMode),
0,
FixedPcdGet32 (PcdSerialIoUartBaudRate),
- FixedPcdGet64 (PcdPciExpressBaseAddress),
- {
- 0x00
- }
+ FixedPcdGet64 (PcdPciExpressBaseAddress)
},
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
},