
29 Jul
2024
29 Jul
'24
10:47 p.m.
On Mon, Jul 29, 2024 at 10:44:37PM +0200, Paul Kocialkowski wrote:
Both spl_board_init and spl_soc_init are available as ways to run specific code in the SPL's board_init_r. Use the former for init code that is specific to the SoC and leave spl_board_init available for boards to use.
Signed-off-by: Paul Kocialkowski paulk@sys-base.io
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom