X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspWrapperPkg%2FLibrary%2FBaseFspApiLib%2FFspApiLib.c;h=abe61b7affdbe14963c822add416846acd2afdd5;hp=590238e3914abbcb336b3203680164b411c9569e;hb=8e89d9ceeb3a69f3554471095ded6b0496fa541e;hpb=59c30d741646018c7f9b4d86010133e0f698c1d0 diff --git a/IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c b/IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c index 590238e391..abe61b7aff 100644 --- a/IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c +++ b/IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c @@ -117,10 +117,10 @@ CallFspNotifyPhase ( IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams ) { - FSP_NOTFY_PHASE NotifyPhaseApi; + FSP_NOTIFY_PHASE NotifyPhaseApi; FSP_STATUS FspStatus; - NotifyPhaseApi = (FSP_NOTFY_PHASE)(UINTN)(FspHeader->ImageBase + FspHeader->NotifyPhaseEntryOffset); + NotifyPhaseApi = (FSP_NOTIFY_PHASE)(UINTN)(FspHeader->ImageBase + FspHeader->NotifyPhaseEntryOffset); FspStatus = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhaseParams); return FspStatus;