X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPlatformPkg%2FMemoryInitPei%2FMemoryInitPeiLib.c;h=fa24c45ea8e3ff8b7f2ffaa18454e051b9f3d9a2;hb=b34e4db38206407f13442b5f61cead6ce0d3c99c;hp=e5dd29c7e1e50e4ecf5afe5d163bb70530542fc8;hpb=4706ff4fbc75010a22053cdf268e74ea16bc74ef;p=mirror_edk2.git diff --git a/ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c b/ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c index e5dd29c7e1..fa24c45ea8 100755 --- a/ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c +++ b/ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c @@ -35,7 +35,7 @@ InitMmu ( UINTN TranslationTableSize; // Get Virtual Memory Map from the Platform Library - ArmPlatformGetVirtualMemoryMap(&MemoryTable); + ArmPlatformGetVirtualMemoryMap (&MemoryTable); //Note: Because we called PeiServicesInstallPeiMemory() before to call InitMmu() the MMU Page Table resides in // DRAM (even at the top of DRAM as it is the first permanent memory allocation)