mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 14:25:44 +00:00
Merge pull request #1491 from jeenu-arm/misra-fix
Arm platforms: Fix type mismatch for arm_pm_idle_states
This commit is contained in:
commit
cad25f1484
2 changed files with 1 additions and 4 deletions
|
@ -283,5 +283,6 @@ void plat_arm_sp_min_early_platform_setup(u_register_t arg0, u_register_t arg1,
|
||||||
/* global variables */
|
/* global variables */
|
||||||
extern plat_psci_ops_t plat_arm_psci_pm_ops;
|
extern plat_psci_ops_t plat_arm_psci_pm_ops;
|
||||||
extern const mmap_region_t plat_arm_mmap[];
|
extern const mmap_region_t plat_arm_mmap[];
|
||||||
|
extern const unsigned int arm_pm_idle_states[];
|
||||||
|
|
||||||
#endif /* __PLAT_ARM_H__ */
|
#endif /* __PLAT_ARM_H__ */
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
#pragma weak plat_arm_psci_override_pm_ops
|
#pragma weak plat_arm_psci_override_pm_ops
|
||||||
#pragma weak plat_arm_program_trusted_mailbox
|
#pragma weak plat_arm_program_trusted_mailbox
|
||||||
|
|
||||||
#if ARM_RECOM_STATE_ID_ENC
|
|
||||||
extern unsigned int arm_pm_idle_states[];
|
|
||||||
#endif /* __ARM_RECOM_STATE_ID_ENC__ */
|
|
||||||
|
|
||||||
#if !ARM_RECOM_STATE_ID_ENC
|
#if !ARM_RECOM_STATE_ID_ENC
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* ARM standard platform handler called to check the validity of the power state
|
* ARM standard platform handler called to check the validity of the power state
|
||||||
|
|
Loading…
Add table
Reference in a new issue