aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/include/mach
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-04-06 11:38:20 -0500
committerTom Rini <trini@konsulko.com>2023-04-24 13:18:48 -0400
commit29627e81c63d1e0e52de7936e768e07efdaf840c (patch)
tree7e7135f58901c8a1e24677b094797a2020abff61 /arch/arm/mach-k3/include/mach
parentef538cc26e490544d48084897472cbcee0430dde (diff)
downloadu-boot-29627e81c63d1e0e52de7936e768e07efdaf840c.zip
u-boot-29627e81c63d1e0e52de7936e768e07efdaf840c.tar.gz
u-boot-29627e81c63d1e0e52de7936e768e07efdaf840c.tar.bz2
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')
-rw-r--r--arch/arm/mach-k3/include/mach/sys_proto.h3
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 4b4e2a5..5638c6f 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