diff options
author | Andrew Davis <afd@ti.com> | 2023-04-06 11:38:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-24 13:18:48 -0400 |
commit | 29627e81c63d1e0e52de7936e768e07efdaf840c (patch) | |
tree | 7e7135f58901c8a1e24677b094797a2020abff61 /arch/arm/mach-k3/include/mach/sys_proto.h | |
parent | ef538cc26e490544d48084897472cbcee0430dde (diff) |
arm: mach-k3: Move J721s2 SPL init functions to mach-k3
This matches AM64 and J721e and removes the need to forward
declare k3_spl_init(), k3_mem_init(), and check_rom_loaded_sysfw()
in sys_proto.h.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'arch/arm/mach-k3/include/mach/sys_proto.h')
-rw-r--r-- | arch/arm/mach-k3/include/mach/sys_proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-k3/include/mach/sys_proto.h b/arch/arm/mach-k3/include/mach/sys_proto.h index 4b4e2a5be3..5638c6f8c8 100644 --- a/arch/arm/mach-k3/include/mach/sys_proto.h +++ b/arch/arm/mach-k3/include/mach/sys_proto.h @@ -7,7 +7,4 @@ #ifndef _SYS_PROTO_H_ #define _SYS_PROTO_H_ -void k3_spl_init(void); -void k3_mem_init(void); -bool check_rom_loaded_sysfw(void); #endif |