On Wed, 16 Jul 2025 21:44:26 -0500, Sam Protsenko wrote: > Commit 86acdce2ba88 ("common: add config for board_init() call") > introduced CONFIG_BOARD_INIT option. This option can be disabled for the > boards where board_init() function is not needed. Remove empty > board_init() calls for all boards where it's possible, and disable > CONFIG_BOARD_INIT in all related defconfigs. > > This cleanup was made semi-automatically using these scripts: [1]. > > [...]
Applied to u-boot/master, thanks! [1/1] treewide: Remove empty board_init() function from all boards commit: 70a4d1fa1ddb2f5f8f9a27442563f182549abbb5 -- Tom