summaryrefslogtreecommitdiff
path: root/IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2015-01-26 14:02:04 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2015-01-26 14:02:04 +0000
commitb81715b7758c45885234cc5e098fed1bb6601f05 (patch)
treecce463116b002c028b579d9627788a01b628400b /IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c
parentfd3f8b3629822eb3e9ee216cad70f9d87353c4e6 (diff)
parente60fbd59cabe28d2205cbdb335e5be29d8b978e8 (diff)
Merged 2015.01 release into masterlinaro-edk2-2015.01
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c')
-rw-r--r--IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c4
1 files changed, 2 insertions, 2 deletions
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;