mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
armv7: psci: make v7_flush_dcache_all public for all psci code
The v7_flush_dcache_all function will be called by ls102xa platform system suspend, it is necessary to make it a public call instead of a local one, but changing the LENTRY to ENTRY isn't enough, because there is another one using the same name, so this one gets a psci_ prefix. Signed-off-by: Hongbo Zhang <hongbo.zhang@nxp.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@@ -89,6 +89,8 @@ void psci_cpu_off_common(void);
|
||||
int psci_update_dt(void *fdt);
|
||||
void psci_board_init(void);
|
||||
int fdt_psci(void *fdt);
|
||||
|
||||
void psci_v7_flush_dcache_all(void);
|
||||
#endif /* ! __ASSEMBLY__ */
|
||||
|
||||
#endif /* __ARM_PSCI_H__ */
|
||||
|
||||
Reference in New Issue
Block a user