Skip to content

Commit

Permalink
User: Changed PcdUefiImageFormatSupportFv to fix audk uefi-format bra…
Browse files Browse the repository at this point in the history
…nch compilation.
  • Loading branch information
MikhailKrichanov committed Oct 17, 2023
1 parent 5a7edbe commit d0d2c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion User/Library/UserPcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ UINT32 _gPcd_FixedAtBuild_PcdImageLoaderRelocTypePolicy = 0x00;
BOOLEAN _gPcd_FeatureFlag_PcdFatReadOnlyMode = _PCD_VALUE_PcdFatReadOnlyMode;
UINT32 _gPcd_BinaryPatch_PcdSerialRegisterStride = 0;
UINT8 _gPcd_FixedAtBuild_PcdUefiImageFormatSupportNonFv = 0x00;
UINT8 _gPcd_FixedAtBuild_PcdUefiImageFormatSupportFv = 0x01;
UINT8 _gPcd_FixedAtBuild_PcdUefiImageFormatSupportFv = 0x03;

0 comments on commit d0d2c06

Please sign in to comment.