Re: [PATCH] treewide: Remove empty board_init() function from all boards

2025-07-24 Thread Tom Rini
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 board

RE: [PATCH] treewide: Remove empty board_init() function from all boards

2025-07-20 Thread Peng Fan
> Subject: [PATCH] treewide: Remove empty board_init() function from > all boards > > 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 > boa

Re: [PATCH] treewide: Remove empty board_init() function from all boards

2025-07-17 Thread Bryan Brattlof
On July 16, 2025 thus sayeth Sam Protsenko: > 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 p

Re: [PATCH] treewide: Remove empty board_init() function from all boards

2025-07-17 Thread Adam Ford
On Wed, Jul 16, 2025 at 9:44 PM 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