summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuIoPei
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-11-16 19:21:42 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit96e1cba5c1cb0f9272bbde6e851cae60521a0ef1 (patch)
tree29bff9915b9333a283f579058506b823ce9b8a57 /UefiCpuPkg/CpuIoPei
parent586fda4800124351c347d55f7bc186ac6aa15667 (diff)
downloadedk2-96e1cba5c1cb0f9272bbde6e851cae60521a0ef1.tar.gz
edk2-96e1cba5c1cb0f9272bbde6e851cae60521a0ef1.tar.bz2
edk2-96e1cba5c1cb0f9272bbde6e851cae60521a0ef1.zip
UefiCpuPkg: Change use of EFI_D_* to DEBUG_*
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3739 Update all use of EFI_D_* defines in DEBUG() macros to DEBUG_* defines. Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael Kubacki <michael.kubacki@microsoft.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'UefiCpuPkg/CpuIoPei')
-rw-r--r--UefiCpuPkg/CpuIoPei/CpuIoPei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuIoPei/CpuIoPei.c b/UefiCpuPkg/CpuIoPei/CpuIoPei.c
index 8a24cde0cc..98bae46e29 100644
--- a/UefiCpuPkg/CpuIoPei/CpuIoPei.c
+++ b/UefiCpuPkg/CpuIoPei/CpuIoPei.c
@@ -900,7 +900,7 @@ CpuIoInitialize (
//
// Shadow completed and running from memory
//
- DEBUG ((EFI_D_INFO, "CpuIO PPI has been loaded into memory. Reinstalled PPI=0x%x\n", &gCpuIoPpi));
+ DEBUG ((DEBUG_INFO, "CpuIO PPI has been loaded into memory. Reinstalled PPI=0x%x\n", &gCpuIoPpi));
} else {
Status = PeiServicesInstallPpi (&gPpiList);
ASSERT_EFI_ERROR (Status);