summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg/Sec/Cache.c
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-14 21:52:26 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-14 21:52:26 +0000
commit5b792f1abfd896080309a362ed8b795273eac276 (patch)
treea1a6146f9e58edd5d7eb5a496b0c96cb2eac340a /BeagleBoardPkg/Sec/Cache.c
parent9e4f210c32dd8ad4484cedbe9a09c5b44e4f2e3c (diff)
downloadedk2-platforms-5b792f1abfd896080309a362ed8b795273eac276.tar.xz
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
Diffstat (limited to 'BeagleBoardPkg/Sec/Cache.c')
-rw-r--r--BeagleBoardPkg/Sec/Cache.c2
1 files changed, 1 insertions, 1 deletions
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);
}