MdePkg: Zero default for PcdDebugRaisePropertyMask

This commit is contained in:
Mike Beaton 2023-11-07 21:52:30 +00:00
parent 6dc22425d6
commit dbebb53c11

View File

@ -2363,7 +2363,7 @@
# BIT1 - Enable Debug Print.<BR>
# BIT4 - Enable BreakPoint as ASSERT.<BR>
# @Prompt DEBUG_RAISE() Property.
gEfiMdePkgTokenSpaceGuid.PcdDebugRaisePropertyMask|0x01|UINT8|0x0000001b
gEfiMdePkgTokenSpaceGuid.PcdDebugRaisePropertyMask|0|UINT8|0x0000001b
## This flag is used to control the print out Debug message.<BR><BR>
# BIT0 - Initialization message.<BR>