summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/PlatformPei/PlatformPeim.c
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPlatformPkg/PlatformPei/PlatformPeim.c')
-rw-r--r--ArmPlatformPkg/PlatformPei/PlatformPeim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeim.c b/ArmPlatformPkg/PlatformPei/PlatformPeim.c
index 8fcdc99c0e..a36c0d09ce 100644
--- a/ArmPlatformPkg/PlatformPei/PlatformPeim.c
+++ b/ArmPlatformPkg/PlatformPei/PlatformPeim.c
@@ -79,7 +79,7 @@ InitializePlatformPeim (
EFI_STATUS Status;
EFI_BOOT_MODE BootMode;
- DEBUG ((EFI_D_LOAD | EFI_D_INFO, "Platform PEIM Loaded\n"));
+ DEBUG ((DEBUG_LOAD | DEBUG_INFO, "Platform PEIM Loaded\n"));
Status = PeiServicesSetBootMode (ArmPlatformGetBootMode ());
ASSERT_EFI_ERROR (Status);