mirror of https://github.com/acidanthera/audk.git
Remove duplicated PcdDebugPrintErrorLevel definition on same FixedAtBuild PCD type with different default value.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8247 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c255449e63
commit
1f2efb0542
|
@ -781,9 +781,6 @@
|
||||||
## The mask is used to control PostCodeLib behavior
|
## The mask is used to control PostCodeLib behavior
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0|UINT8|0x0000000b
|
gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0|UINT8|0x0000000b
|
||||||
|
|
||||||
## This flag is used to control the printout of DebugLib
|
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0|UINT32|0x00000006
|
|
||||||
|
|
||||||
## This value is used to set the FSB clock
|
## This value is used to set the FSB clock
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000|UINT32|0x0000000c
|
gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000|UINT32|0x0000000c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue