mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 08:34:07 +02:00
ArmPlatformPkg/PrePi: Drop call to TimerConstructor()
Drop the call to the TimerConstructor, which should not be called explicitly, and does nothing useful to begin with. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
8c10017aa7
commit
e76b248d8f
@ -172,8 +172,6 @@ CEntryPoint (
|
||||
ArmPlatformInitialize (MpId);
|
||||
|
||||
if (PerformanceMeasurementEnabled ()) {
|
||||
// Initialize the Timer Library to setup the Timer HW controller
|
||||
TimerConstructor ();
|
||||
// We cannot call yet the PerformanceLib because the HOB List has not been initialized
|
||||
StartTimeStamp = GetPerformanceCounter ();
|
||||
} else {
|
||||
|
@ -23,12 +23,6 @@
|
||||
|
||||
extern UINT64 mSystemMemoryEnd;
|
||||
|
||||
RETURN_STATUS
|
||||
EFIAPI
|
||||
TimerConstructor (
|
||||
VOID
|
||||
);
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
MemoryPeim (
|
||||
|
Loading…
x
Reference in New Issue
Block a user