]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.c
OvmfPkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / OvmfPkg / Fdt / FdtPciPcdProducerLib / FdtPciPcdProducerLib.c
index 25201010177c57e497d92158595e7f8e2df89400..8dd8fc9b3d8920fdb8c25ff8160269e18804e0a7 100644 (file)
@@ -57,7 +57,7 @@ GetPciIoTranslation (
   Status = FdtClient->GetNodeProperty (FdtClient, Node, "ranges", &Prop, &Len);\r
   if (EFI_ERROR (Status) || Len == 0 ||\r
       Len % sizeof (DTB_PCI_HOST_RANGE_RECORD) != 0) {\r
-    DEBUG ((EFI_D_ERROR, "%a: 'ranges' not found or invalid\n", __FUNCTION__));\r
+    DEBUG ((DEBUG_ERROR, "%a: 'ranges' not found or invalid\n", __FUNCTION__));\r
     return RETURN_PROTOCOL_ERROR;\r
   }\r
 \r
@@ -135,7 +135,7 @@ FdtPciPcdProducerLibConstructor (
         // to abort in the general case. So leave it up to the actual driver to\r
         // complain about this if it wants to, and just issue a warning here.\r
         //\r
-        DEBUG ((EFI_D_WARN,\r
+        DEBUG ((DEBUG_WARN,\r
           "%a: 'pci-host-ecam-generic' device encountered with no I/O range\n",\r
           __FUNCTION__));\r
       }\r