]> git.dujemihanovic.xyz Git - u-boot.git/commit
am33xx: Use regular spl_board_init instead of am33xx_spl_board_init
authorPaul Kocialkowski <paulk@sys-base.io>
Mon, 29 Jul 2024 20:44:38 +0000 (22:44 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 7 Aug 2024 00:33:17 +0000 (18:33 -0600)
commitb6dfc2c007b43cff3d3d62bee628a9bb6c2063e7
tree23e1725de2968a792d84a7559504cccc3680e912
parenta52a95c2a132619d67e7bc6051b367eaefc87c5d
am33xx: Use regular spl_board_init instead of am33xx_spl_board_init

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>
Reviewed-by: Tom Rini <trini@konsulko.com>
24 files changed:
arch/arm/include/asm/arch-am33xx/sys_proto.h
arch/arm/mach-omap2/am33xx/board.c
arch/arm/mach-omap2/boot-common.c
board/BuR/brppt1/board.c
board/BuR/brsmarc1/board.c
board/BuR/brxre1/board.c
board/bosch/guardian/board.c
board/bosch/shc/board.c
board/eets/pdu001/board.c
board/grinn/chiliboard/board.c
board/tcl/sl50/board.c
board/vscom/baltos/board.c
configs/am335x_baltos_defconfig
configs/am335x_guardian_defconfig
configs/am335x_pdu001_defconfig
configs/am335x_shc_defconfig
configs/am335x_shc_ict_defconfig
configs/am335x_shc_netboot_defconfig
configs/am335x_shc_sdboot_defconfig
configs/am335x_sl50_defconfig
configs/brppt1_mmc_defconfig
configs/brsmarc1_defconfig
configs/brxre1_defconfig
configs/chiliboard_defconfig