diff --git a/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c b/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c index a334ce73af..7cfbd5d402 100644 --- a/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c +++ b/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c @@ -522,7 +522,7 @@ PlatformInitPreMem ( BuildMemoryTypeInformation (); - if ((!PcdGetBool (PcdFspWrapperBootMode)) || (FspGetModeSelection() == 0)) { + if ((!PcdGetBool (PcdFspWrapperBootMode)) || (FspGetModeSelection () == 0)) { // // Install memory relating PPIs for EDKII native build and FSP dispatch mode //