Re: [PATCH] common: add config for board_init() call

2025-05-22 Thread Tom Rini
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

Re: [PATCH] common: add config for board_init() call

2025-05-07 Thread Tom Rini
On Wed, May 07, 2025 at 01:23:42PM +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

[PATCH] common: add config for board_init() call

2025-05-07 Thread Ben Dooks
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