meson: Use checkboard() instead of show_board_info()

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 <sjg@chromium.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
Simon Glass 2023-11-12 19:58:22 -07:00 committed by Tom Rini
parent ef211ab252
commit 53c4ef0e65

View file

@ -168,7 +168,7 @@ static unsigned int get_socinfo(void)
return socinfo;
}
int show_board_info(void)
int checkboard(void)
{
unsigned int socinfo;