]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c
IntelFsp2WrapperPkg: Fix constant if statements issue
[mirror_edk2.git] / IntelFsp2WrapperPkg / FspsWrapperPeim / FspsWrapperPeim.c
index 87dd61e5c56b4d55465e74b41a54b1f59672fc39..d748b21f7c713f8cd2f6abeaa2a8797d7a70a1e6 100644 (file)
@@ -349,7 +349,7 @@ FspsWrapperPeimEntryPoint (
 {\r
   DEBUG ((DEBUG_INFO, "FspsWrapperPeimEntryPoint\n"));\r
 \r
-  if (FixedPcdGet8 (PcdFspModeSelection) == 1) {\r
+  if (PcdGet8 (PcdFspModeSelection) == 1) {\r
     FspsWrapperInit ();\r
   } else {\r
     PeiServicesInstallFvInfoPpi (\r