]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePciExpressLib/PciLib.c
Fixed tracker #49
[mirror_edk2.git] / MdePkg / Library / BasePciExpressLib / PciLib.c
index a3dab38ec34f43a969d769325afc3d07fda201b6..3003613486a9bce2906c1de844a80d543890e8ca 100644 (file)
@@ -37,8 +37,7 @@ GetPciExpressBaseAddress (
   VOID\r
   )\r
 {\r
-  /// @bug Change this to a PCD Get call to retrieve the PCI-E Base Address\r
-  return 0xc0000000;\r
+  return (UINTN)PcdGet64 (PcdPciExpressBaseAddress);\r
 }\r
 \r
 /**\r