diff options
author | Leif Lindholm <leif.lindholm@oss.qualcomm.com> | 2025-03-20 11:31:28 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-03-31 14:36:54 +0000 |
commit | ad6639cf3ebe87892b648ba4771bcc73766e9cc1 (patch) | |
tree | f617119d6731e3ae537cfc1c8b1dad518971983c | |
parent | 5d3314d0bf78b87da654f034585d721074d1563e (diff) | |
download | edk2-ad6639cf3ebe87892b648ba4771bcc73766e9cc1.zip edk2-ad6639cf3ebe87892b648ba4771bcc73766e9cc1.tar.gz edk2-ad6639cf3ebe87892b648ba4771bcc73766e9cc1.tar.bz2 |
ArmPlatformPkg/PeilessSec: drop _SetSVCMode symbol from AArch64
AArch64 has no SVC mode, this was clearly copied from the AArch32
version, so drop it.
Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
-rw-r--r-- | ArmPlatformPkg/PeilessSec/AArch64/ModuleEntryPoint.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPlatformPkg/PeilessSec/AArch64/ModuleEntryPoint.S b/ArmPlatformPkg/PeilessSec/AArch64/ModuleEntryPoint.S index 7263ee9..c6b7093 100644 --- a/ArmPlatformPkg/PeilessSec/AArch64/ModuleEntryPoint.S +++ b/ArmPlatformPkg/PeilessSec/AArch64/ModuleEntryPoint.S @@ -11,7 +11,6 @@ ASM_FUNC(_ModuleEntryPoint) // Do early platform specific actions
bl ASM_PFX(ArmPlatformPeiBootAction)
-_SetSVCMode:
// Check if we can install the stack at the top of the System Memory or if we need
// to install the stacks at the bottom of the Firmware Device (case the FD is located
// at the top of the DRAM)
|