mirror of https://github.com/acidanthera/audk.git
Fix PCD token value conflict issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10995 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
eafed2b612
commit
b3ec9b562d
|
@ -255,7 +255,7 @@
|
|||
|
||||
## This PCD specifies whether the PCI bus driver probes non-standard,
|
||||
# such as 2K/1K/512, granularity for PCI to PCI bridge I/O window.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe|FALSE|BOOLEAN|0x10000047
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe|FALSE|BOOLEAN|0x0001004e
|
||||
## This PCD specifies whether StatusCode is reported via Serial port.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE|BOOLEAN|0x00010022
|
||||
|
||||
|
|
Loading…
Reference in New Issue