mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/PrePi: Removed second initialization of DebugAgenLib
This second initialization does not make sense in this context. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12164 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2dde40b1ff
commit
11e667fbab
|
@ -109,9 +109,6 @@ PrePiMain (
|
|||
|
||||
BuildMemoryTypeInformationHob ();
|
||||
|
||||
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);
|
||||
SaveAndSetDebugTimerInterrupt (TRUE);
|
||||
|
||||
// Now, the HOB List has been initialized, we can register performance information
|
||||
PERF_START (NULL, "PEI", NULL, StartTimeStamp);
|
||||
|
||||
|
|
Loading…
Reference in New Issue