commit | 29627e81c63d1e0e52de7936e768e07efdaf840c | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Thu Apr 06 11:38:20 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 24 13:18:48 2023 -0400 |
tree | 7e7135f58901c8a1e24677b094797a2020abff61 | |
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>