mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 08:04:07 +02:00
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
|
// 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"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user