Re: [PATCH 2/9] meson: Use checkboard() instead of show_board_info()

2023-11-13 Thread Neil Armstrong
On 13/11/2023 03:58, Simon Glass wrote: Boards can use a sysinfo driver if a particular model name is needed. Update this board to use checkboard() directly, rather than having a weak function laid on top of a weak function. Signed-off-by: Simon Glass --- arch/arm/mach-meson/board-info.c |

[PATCH 2/9] meson: Use checkboard() instead of show_board_info()

2023-11-12 Thread Simon Glass
Boards can use a sysinfo driver if a particular model name is needed. Update this board to use checkboard() directly, rather than having a weak function laid on top of a weak function. Signed-off-by: Simon Glass --- arch/arm/mach-meson/board-info.c | 2 +- 1 file changed, 1 insertion(+), 1