mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-06 05:06:13 +02:00
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:
parent
ef211ab252
commit
53c4ef0e65
@ -168,7 +168,7 @@ static unsigned int get_socinfo(void)
|
||||
return socinfo;
|
||||
}
|
||||
|
||||
int show_board_info(void)
|
||||
int checkboard(void)
|
||||
{
|
||||
unsigned int socinfo;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user