commit | de20b95ef454e8cf921812b0a997928ab278b18c | [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 | 9c6e755f7d6f41b4bde1cdc520b66cf9b3b6b18a [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>