mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ static unsigned int get_socinfo(void)
|
|||
return socinfo;
|
||||
}
|
||||
|
||||
int show_board_info(void)
|
||||
int checkboard(void)
|
||||
{
|
||||
unsigned int socinfo;
|
||||
|
||||
|
|
Loading…
Reference in a new issue