1
0
Files
MSE-CSEL/config/board/friendlyarm/nanopi-neo-plus2/patches/arm-trusted-firmware/0001_arm-trusted.patch
Jacques Supcik 3967e73347 Initial commit
2026-02-18 13:34:35 +01:00

14 lines
623 B
Diff

diff --git a/services/std_svc/psci/psci_private.h b/services/std_svc/psci/psci_private.h
index 24a5604e7..806cfb4fb 100644
--- a/services/std_svc/psci/psci_private.h
+++ b/services/std_svc/psci/psci_private.h
@@ -101,7 +101,7 @@ void psci_acquire_afflvl_locks(int start_afflvl,
aff_map_node_t *mpidr_nodes[]);
void psci_release_afflvl_locks(int start_afflvl,
int end_afflvl,
- mpidr_aff_map_nodes_t mpidr_nodes);
+ aff_map_node_t *mpidr_nodes[]);
void psci_print_affinity_map(void);
void psci_set_max_phys_off_afflvl(uint32_t afflvl);
uint32_t psci_find_max_phys_off_afflvl(uint32_t start_afflvl,