Re: [PATCH 7/9] Revert "generic-board: make show_board_info a weak function"

2023-11-16 Thread Tom Rini
On Sun, Nov 12, 2023 at 07:58:27PM -0700, Simon Glass wrote: > We already have: > > - a sysinfo driver-interface which can obtain the model > - a weak function called checkboard() for showing board info > > The current implementation has a weak function on top of a weak > function. Now that all

[PATCH 7/9] Revert "generic-board: make show_board_info a weak function"

2023-11-12 Thread Simon Glass
We already have: - a sysinfo driver-interface which can obtain the model - a weak function called checkboard() for showing board info The current implementation has a weak function on top of a weak function. Now that all boards have been updated to use checkboard() instead, drop the __weak on