]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: mach-k3: Move J721s2 SPL init functions to mach-k3
authorAndrew Davis <afd@ti.com>
Thu, 6 Apr 2023 16:38:20 +0000 (11:38 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 24 Apr 2023 17:18:48 +0000 (13:18 -0400)
commit29627e81c63d1e0e52de7936e768e07efdaf840c
tree7e7135f58901c8a1e24677b094797a2020abff61
parentef538cc26e490544d48084897472cbcee0430dde
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>
arch/arm/mach-k3/include/mach/sys_proto.h
arch/arm/mach-k3/j721s2_init.c
board/ti/j721s2/evm.c