diff options
| author | Igor Opaniuk <[email protected]> | 2023-08-21 22:33:41 +0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2023-12-13 09:42:14 -0300 |
| commit | 9e9d92f823732ef3f765586770e7c2cd2cfe6709 (patch) | |
| tree | 52250820fcbd53b37eddd31eb57290e3d59f4e19 /arch/arm/include | |
| parent | 452e385b081f91f37456f2203b29d721ac7bae44 (diff) | |
imx: imx8: ahab: refactor do_ahab_close command
Move an OEM closing logic to ahab_close() function to be able to use
it directly without calling a u-boot command.
Signed-off-by: Igor Opaniuk <[email protected]>
Co-developed-by: Oleksandr Suvorov <[email protected]>
Signed-off-by: Oleksandr Suvorov <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-imx8/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8/sys_proto.h b/arch/arm/include/asm/arch-imx8/sys_proto.h index e7625c42985..405e9bd3d81 100644 --- a/arch/arm/include/asm/arch-imx8/sys_proto.h +++ b/arch/arm/include/asm/arch-imx8/sys_proto.h @@ -23,6 +23,7 @@ struct pass_over_info_t { extern unsigned long boot_pointer[]; void build_info(void); +int ahab_close(void); int print_bootinfo(void); int sc_pm_setup_uart(sc_rsrc_t uart_rsrc, sc_pm_clock_rate_t clk_rate); int imx8_power_domain_lookup_name(const char *name, |
