]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c
Merge branch 'master' of https://github.com/tianocore/edk2
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformHelperLib / PlatformHelperDxe.c
index 441f7609a536462e41c6c9c869d6c877e4d72a91..39185bc0d5ffb97a2e762c10576b0231f3e8ce8b 100644 (file)
@@ -174,7 +174,7 @@ PlatformFlashLockConfig (
   //\r
 \r
   SpiProtocol = LocateSpiProtocol (NULL);  // This routine will not be called in SMM.\r
-  ASSERT_EFI_ERROR (SpiProtocol != NULL);\r
+  ASSERT (SpiProtocol != NULL);\r
   if (SpiProtocol != NULL) {\r
     Status = SpiProtocol->Lock (SpiProtocol);\r
 \r