summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c
index b15ec39ce1..ed3ef951c0 100644
--- a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c
+++ b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c
@@ -280,6 +280,7 @@ BoardNotificationInitEntryPoint (
NULL,
&SmmReadyToLockRegistration
);
+ ASSERT (SmmReadyToLockEvent != NULL);
Status = EfiCreateEventReadyToBootEx (
TPL_CALLBACK,