OvmfPkg: remove last instances of EFI_D_

Change debug print levels to modern DEBUG_ format.

Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
Leif Lindholm 2024-07-25 13:11:56 +01:00 committed by mergify[bot]
parent 9df400fd4d
commit e2528a5209
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ FreeResources:
FailedAllocate:
DEBUG ((
EFI_D_ERROR,
DEBUG_ERROR,
"%a: Failed to allocate memory for hardware info\n",
__func__
));

View File

@ -49,7 +49,7 @@ InitRtc (
MmioWrite32 (mRtcBase + RTC_CTRL_REG, Val);
mInitialized = TRUE;
} else {
DebugPrint (EFI_D_INFO, "RTC register address not found!\n");
DebugPrint (DEBUG_INFO, "RTC register address not found!\n");
ASSERT (FALSE);
}
}