Change PcdReportStatusCodePropertyMask default value from 0x7 to 0x6, don't print Progress Code Info.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1186 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2006-08-03 11:32:57 +00:00
parent ca9ea8d956
commit 3542a1ea2f
1 changed files with 1 additions and 1 deletions

View File

@ -2296,7 +2296,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
<DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0x07</DefaultValue>
<DefaultValue>0x06</DefaultValue>
<HelpText>The bitmask of flags that specify the enable/disable of
Progress Code, Error Code and Debug Code.</HelpText>
</PcdEntry>