summaryrefslogtreecommitdiff
path: root/Silicon/AMD
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/AMD
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/AMD')
-rw-r--r--Silicon/AMD/Styx/Library/AmdStyxLib/Styx.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/Silicon/AMD/Styx/Library/AmdStyxLib/Styx.c b/Silicon/AMD/Styx/Library/AmdStyxLib/Styx.c
index facfd61ca2..dc59d4f08f 100644
--- a/Silicon/AMD/Styx/Library/AmdStyxLib/Styx.c
+++ b/Silicon/AMD/Styx/Library/AmdStyxLib/Styx.c
@@ -84,21 +84,6 @@ ArmPlatformInitialize (
}
-/**
- Initialize the system (or sometimes called permanent) memory
-
- This memory is generally represented by the DRAM.
-
-**/
-VOID
-ArmPlatformInitializeSystemMemory (
- VOID
- )
-{
- // Nothing to do here
-}
-
-
//
// Return list of cores in the system
//