summaryrefslogtreecommitdiff
path: root/Silicon/Socionext/SynQuacer/Library
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 /Silicon/Socionext/SynQuacer/Library
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 'Silicon/Socionext/SynQuacer/Library')
-rw-r--r--Silicon/Socionext/SynQuacer/Library/SynQuacerLib/SynQuacer.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/SynQuacer.c b/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/SynQuacer.c
index 4da0200279..6d4be4badb 100644
--- a/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/SynQuacer.c
+++ b/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/SynQuacer.c
@@ -76,19 +76,6 @@ ArmPlatformInitialize (
return RETURN_SUCCESS;
}
-/**
- Initialize the system (or sometimes called permanent) memory
-
- This memory is generally represented by the DRAM.
-
-**/
-VOID
-ArmPlatformInitializeSystemMemory (
- VOID
- )
-{
-}
-
STATIC
EFI_STATUS
PrePeiCoreGetMpCoreInfo (