
29 Jul
2024
29 Jul
'24
10:47 p.m.
On Mon, Jul 29, 2024 at 10:44:38PM +0200, Paul Kocialkowski wrote:
The am33xx_spl_board_init function was introduced as a way to add board-specific SPL init for AM33xx devices since the spl_board_init function was already used for SoC-specific init.
Now that the SoC-specific SPL init was moved to spl_soc_init, we can use spl_board_init for this purpose and get rid of am33xx_spl_board_init.
Rename the function in board files and enable the related config option for concerned boards.
Signed-off-by: Paul Kocialkowski paulk@sys-base.io
Nice cleanup thanks for doing it!
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom