From 7c137cae5a87548c824966e3caad22928a9aea27 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Fri, 23 Jul 2010 02:37:28 +0000 Subject: 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 --- BeagleBoardPkg/Sec/Sec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BeagleBoardPkg/Sec') diff --git a/BeagleBoardPkg/Sec/Sec.c b/BeagleBoardPkg/Sec/Sec.c index 50db72a..eea9455 100644 --- a/BeagleBoardPkg/Sec/Sec.c +++ b/BeagleBoardPkg/Sec/Sec.c @@ -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")); -- cgit v1.1