mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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:
parent
9df400fd4d
commit
e2528a5209
@ -89,7 +89,7 @@ FreeResources:
|
|||||||
|
|
||||||
FailedAllocate:
|
FailedAllocate:
|
||||||
DEBUG ((
|
DEBUG ((
|
||||||
EFI_D_ERROR,
|
DEBUG_ERROR,
|
||||||
"%a: Failed to allocate memory for hardware info\n",
|
"%a: Failed to allocate memory for hardware info\n",
|
||||||
__func__
|
__func__
|
||||||
));
|
));
|
||||||
|
@ -49,7 +49,7 @@ InitRtc (
|
|||||||
MmioWrite32 (mRtcBase + RTC_CTRL_REG, Val);
|
MmioWrite32 (mRtcBase + RTC_CTRL_REG, Val);
|
||||||
mInitialized = TRUE;
|
mInitialized = TRUE;
|
||||||
} else {
|
} else {
|
||||||
DebugPrint (EFI_D_INFO, "RTC register address not found!\n");
|
DebugPrint (DEBUG_INFO, "RTC register address not found!\n");
|
||||||
ASSERT (FALSE);
|
ASSERT (FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user