Commit 0b812305 authored by Antonio Nino Diaz's avatar Antonio Nino Diaz
Browse files

PSCI: Remove deprecated file plat_psci_common.c



Change-Id: I9fd8016527ad7706494f34356fdae8efacef5f72
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
parent 871de537
...@@ -347,12 +347,6 @@ int psci_features(unsigned int psci_fid); ...@@ -347,12 +347,6 @@ int psci_features(unsigned int psci_fid);
void __dead2 psci_power_down_wfi(void); void __dead2 psci_power_down_wfi(void);
void psci_arch_setup(void); void psci_arch_setup(void);
/*
* The below API is deprecated. This is now replaced by bl31_warmboot_entry in
* AArch64.
*/
void psci_entrypoint(void) __deprecated;
#endif /*__ASSEMBLY__*/ #endif /*__ASSEMBLY__*/
#endif /* PSCI_H */ #endif /* PSCI_H */
...@@ -12,9 +12,6 @@ ...@@ -12,9 +12,6 @@
.globl psci_do_pwrdown_cache_maintenance .globl psci_do_pwrdown_cache_maintenance
.globl psci_do_pwrup_cache_maintenance .globl psci_do_pwrup_cache_maintenance
.globl psci_power_down_wfi .globl psci_power_down_wfi
#if !ERROR_DEPRECATED
.globl psci_entrypoint
#endif
/* ----------------------------------------------------------------------- /* -----------------------------------------------------------------------
* void psci_do_pwrdown_cache_maintenance(unsigned int power level); * void psci_do_pwrdown_cache_maintenance(unsigned int power level);
......
/*
* Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#if !ERROR_DEPRECATED
#include "../plat_psci_common.c"
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment