From 5b792f1abfd896080309a362ed8b795273eac276 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Wed, 14 Apr 2010 21:52:26 +0000 Subject: Add a PE/COFF extra action lib that DEBUG prints the debugger command to load symbols. Turn off DXE Core DEBUG print on load and use this new library in its place. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10373 6f19259b-4bc3-4df7-8a09-765794883524 --- BeagleBoardPkg/Sec/Cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BeagleBoardPkg/Sec/Cache.c') diff --git a/BeagleBoardPkg/Sec/Cache.c b/BeagleBoardPkg/Sec/Cache.c index 12b585e7cf..7bb3ba10bf 100644 --- a/BeagleBoardPkg/Sec/Cache.c +++ b/BeagleBoardPkg/Sec/Cache.c @@ -75,5 +75,5 @@ InitCache ( ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize); - BuildMemoryAllocationHob((EFI_PHYSICAL_ADDRESS)(UINTN)TranslationTableBase, TranslationTableSize, EfiBootServicesData); + BuildMemoryAllocationHob((EFI_PHYSICAL_ADDRESS)(UINTN)TranslationTableBase, TranslationTableSize, EfiBootServicesData); } -- cgit v1.2.3