]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Library/BaseFspPlatformLib/FspPlatformNotify.c
Eliminate duplicated file GUID.
[mirror_edk2.git] / IntelFspPkg / Library / BaseFspPlatformLib / FspPlatformNotify.c
index 3488fbc61c7ad403644418df807f51722d0db3e5..ef4406bec5373ce0fbb15436e2455d7b89199e29 100644 (file)
@@ -141,7 +141,7 @@ FspWaitForNotify (
   NotificatonCount = 0;\r
   while (NotificatonCount < sizeof(mFspNotfifySequence) / sizeof(UINT32)) {\r
 \r
-    Count = (NotificatonCount << 1) & 0x07;\r
+    Count = (UINT8)((NotificatonCount << 1) & 0x07);\r
     SetFspMeasurePoint (FSP_PERF_ID_API_NOTIFY_POSTPCI_ENTRY + Count);\r
 \r
     NotificatonValue = ((NOTIFY_PHASE_PARAMS *)(UINTN)GetFspApiParameter ())->Phase;\r