Skip to content

Commit

Permalink
Update MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kubacki <[email protected]>
  • Loading branch information
PaddyDengKC and makubacki authored Nov 4, 2024
1 parent 514e7bb commit f044f15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit f044f15

Please sign in to comment.