On Wed, 07 May 2025 13:23:42 +0100, Ben Dooks wrote: > Add CONFIG_BOARD_INIT to specifu if the board_init() needs calling > during initcall phase, and default it to 'y' for the relevant > architectures which probably need it. > > This allows anyone with a board that doesn't need it to just remove > it from the initcall list w/o an empty code block in the board init > file. > > [...]
Applied to u-boot/next, thanks! [1/1] common: add config for board_init() call commit: 86acdce2ba886153f152b924b28e5c040e316c80 -- Tom