]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: stm32mp: Drop unnecessary BOARD_EARLY_INIT_F usage
authorTom Rini <trini@konsulko.com>
Wed, 25 Mar 2026 19:00:27 +0000 (13:00 -0600)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 30 Apr 2026 06:01:11 +0000 (08:01 +0200)
commit5ab39c8a669b5bda660c71e121cb65d508509b07
tree73d1791f12727e914dfba32a1dea3302ec380044
parent5166658ac605a6adc3066280a3b938b27bd388ec
arm: stm32mp: Drop unnecessary BOARD_EARLY_INIT_F usage

All of these platforms enable CONFIG_BOARD_EARLY_INIT_F and then have a
do-nothing board_early_init_f function. Change to not enabling the
option and so not needing an empty function.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/mach-stm32mp/stm32mp1/spl.c
board/engicam/stm32mp1/spl.c
board/st/stm32h750-art-pi/stm32h750-art-pi.c
configs/stm32h750-art-pi_defconfig