X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BeagleBoardPkg%2FSec%2FSec.c;h=eea9455e3f0fdfe751d4d8fcb57b5b300ed36d35;hp=931fb58eec178a437225dd552bdaa8bcd0901d97;hb=7c137cae5a87548c824966e3caad22928a9aea27;hpb=1ebd6c11453a14b173abf279143c8077e86af308 diff --git a/BeagleBoardPkg/Sec/Sec.c b/BeagleBoardPkg/Sec/Sec.c index 931fb58eec..eea9455e3f 100644 --- a/BeagleBoardPkg/Sec/Sec.c +++ b/BeagleBoardPkg/Sec/Sec.c @@ -154,12 +154,12 @@ 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")); - // Start up a free running time so that the timer lib will work + // Start up a free running timer so that the timer lib will work TimerInit (); // SEC phase needs to run library constructors by hand.