summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg/Sec/Cache.c
diff options
context:
space:
mode:
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 4256b0e..193004a 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);
}