aboutsummaryrefslogtreecommitdiff
path: root/lib/psci/aarch64/psci_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psci/aarch64/psci_helpers.S')
-rw-r--r--lib/psci/aarch64/psci_helpers.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/psci/aarch64/psci_helpers.S b/lib/psci/aarch64/psci_helpers.S
index 78141b1a..88db1c96 100644
--- a/lib/psci/aarch64/psci_helpers.S
+++ b/lib/psci/aarch64/psci_helpers.S
@@ -128,12 +128,3 @@ func psci_power_down_wfi
wfi
no_ret plat_panic_handler
endfunc psci_power_down_wfi
-
-/* -----------------------------------------------------------------------
- * void psci_entrypoint(void);
- * The deprecated entry point for PSCI on warm boot for AArch64.
- * -----------------------------------------------------------------------
- */
-func_deprecated psci_entrypoint
- b bl31_warm_entrypoint
-endfunc_deprecated psci_entrypoint