mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
PSCI: Remove deprecated file plat_psci_common.c
Change-Id: I9fd8016527ad7706494f34356fdae8efacef5f72 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
parent
871de5373d
commit
0b81230599
3 changed files with 0 additions and 18 deletions
|
@ -347,12 +347,6 @@ int psci_features(unsigned int psci_fid);
|
|||
void __dead2 psci_power_down_wfi(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 /* PSCI_H */
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
.globl psci_do_pwrdown_cache_maintenance
|
||||
.globl psci_do_pwrup_cache_maintenance
|
||||
.globl psci_power_down_wfi
|
||||
#if !ERROR_DEPRECATED
|
||||
.globl psci_entrypoint
|
||||
#endif
|
||||
|
||||
/* -----------------------------------------------------------------------
|
||||
* void psci_do_pwrdown_cache_maintenance(unsigned int power level);
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
/*
|
||||
* 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
|
Loading…
Add table
Reference in a new issue