mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
udoo: 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>
This commit is contained in:
parent
edb0ecd187
commit
16e4b7818b
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ static char *board_string(int type)
|
|||
}
|
||||
|
||||
/* Override the default implementation, DT model is not accurate */
|
||||
int show_board_info(void)
|
||||
int checkboard(void)
|
||||
{
|
||||
int *board_type = (int *)OCRAM_START;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue