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:
@@ -132,7 +132,7 @@ CEntryPoint (
|
|||||||
// Start talking
|
// Start talking
|
||||||
UartInit ();
|
UartInit ();
|
||||||
|
|
||||||
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL);
|
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);
|
||||||
SaveAndSetDebugTimerInterrupt (TRUE);
|
SaveAndSetDebugTimerInterrupt (TRUE);
|
||||||
|
|
||||||
DEBUG ((EFI_D_ERROR, "UART Enabled\n"));
|
DEBUG ((EFI_D_ERROR, "UART Enabled\n"));
|
||||||
|
@@ -154,7 +154,7 @@ CEntryPoint (
|
|||||||
// Start talking
|
// Start talking
|
||||||
UartInit ();
|
UartInit ();
|
||||||
|
|
||||||
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL);
|
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);
|
||||||
SaveAndSetDebugTimerInterrupt (TRUE);
|
SaveAndSetDebugTimerInterrupt (TRUE);
|
||||||
|
|
||||||
DEBUG ((EFI_D_ERROR, "UART Enabled\n"));
|
DEBUG ((EFI_D_ERROR, "UART Enabled\n"));
|
||||||
|
Reference in New Issue
Block a user