mirror of https://github.com/acidanthera/audk.git
Fix the build break in two open source packages caused by check in 10660.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10686 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b9c8e50e20
commit
7c137cae5a
|
@ -132,7 +132,7 @@ CEntryPoint (
|
|||
// Start talking
|
||||
UartInit ();
|
||||
|
||||
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL);
|
||||
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);
|
||||
SaveAndSetDebugTimerInterrupt (TRUE);
|
||||
|
||||
DEBUG ((EFI_D_ERROR, "UART Enabled\n"));
|
||||
|
|
|
@ -154,7 +154,7 @@ CEntryPoint (
|
|||
// Start talking
|
||||
UartInit ();
|
||||
|
||||
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL);
|
||||
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);
|
||||
SaveAndSetDebugTimerInterrupt (TRUE);
|
||||
|
||||
DEBUG ((EFI_D_ERROR, "UART Enabled\n"));
|
||||
|
|
Loading…
Reference in New Issue