summaryrefslogtreecommitdiff
path: root/Platform/ARM
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-30 16:11:49 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-30 16:57:18 +0000
commita58dcf22b42cf59417f03b839c1f5299b466118a (patch)
treeff8d47366b52b82854433974356b350f9b14c32c /Platform/ARM
parent93f1d9689a9f3aa8a0d62767b15cecd906455d58 (diff)
downloadedk2-platforms-a58dcf22b42cf59417f03b839c1f5299b466118a.tar.xz
Platform Silicon: remove ArmPlatformInitializeSystemMemory () functions
The function ArmPlatformInitializeSystemMemory () has been removed from ArmPlatformLib, so remove all the [empty] implementations provided by the various platforms. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Platform/ARM')
-rw-r--r--Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c b/Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c
index 5ec72ff7ed..cbc5ed5955 100644
--- a/Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c
+++ b/Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c
@@ -146,19 +146,6 @@ ArmPlatformInitialize (
return Status;
}
-/**
- Initialize the system (or sometimes called permanent) memory
-
- This memory is generally represented by the DRAM.
-
-**/
-VOID
-ArmPlatformInitializeSystemMemory (
- VOID
- )
-{
-}
-
EFI_STATUS
PrePeiCoreGetMpCoreInfo (
OUT UINTN *CoreCount,