projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
304042c
)
colibri_vf: sync the board info message
author
Bhuvanchandra DV
<bhuvanchandra.dv@toradex.com>
Mon, 25 Mar 2019 16:25:05 +0000
(17:25 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Sat, 13 Apr 2019 18:30:09 +0000
(20:30 +0200)
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>
board/toradex/colibri_vf/colibri_vf.c
patch
|
blob
|
history
diff --git
a/board/toradex/colibri_vf/colibri_vf.c
b/board/toradex/colibri_vf/colibri_vf.c
index c4d05532fe50e5ad771b478211b2ae876ed93fdf..9c5bf4951b4bcbee173bfe962fad8ced1ffb8516 100644
(file)
--- a/
board/toradex/colibri_vf/colibri_vf.c
+++ b/
board/toradex/colibri_vf/colibri_vf.c
@@
-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;
}