colibri_vf: sync the board info message
Use similar info message as on other modules. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
304042c1f3
commit
da4cc0b63a
@ -407,9 +407,9 @@ int board_init(void)
|
||||
int checkboard(void)
|
||||
{
|
||||
if (is_colibri_vf61())
|
||||
puts("Board: Colibri VF61\n");
|
||||
puts("Model: Toradex Colibri VF61\n");
|
||||
else
|
||||
puts("Board: Colibri VF50\n");
|
||||
puts("Model: Toradex Colibri VF50\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user