mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
ARM: Add board-specific initialization hook for PSCI
Tegra boards will have to initialize power management for the PSCI support this way. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
91a34ed9b1
commit
ce416fac38
2 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
#ifndef __ASSEMBLY__
|
||||
int psci_update_dt(void *fdt);
|
||||
void psci_board_init(void);
|
||||
#endif /* ! __ASSEMBLY__ */
|
||||
|
||||
#endif /* __ARM_PSCI_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue