]> git.dujemihanovic.xyz Git - u-boot.git/commit
omap: Use spl_soc_init instead of spl_board_init
authorPaul Kocialkowski <paulk@sys-base.io>
Mon, 29 Jul 2024 20:44:37 +0000 (22:44 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 7 Aug 2024 00:33:17 +0000 (18:33 -0600)
commita52a95c2a132619d67e7bc6051b367eaefc87c5d
treeadff5397e8f93a3bb6e917a4fce099c3ed7c3d10
parent2383b8ef0e09473754bfca2d97a14cafc42e8072
omap: Use spl_soc_init instead of spl_board_init

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>
arch/arm/Kconfig
arch/arm/mach-omap2/boot-common.c