projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169a855
)
arm: mvebu: theadorable: Remove Board name output in checkboard
author
Stefan Roese
<sr@denx.de>
Fri, 8 Apr 2016 14:09:39 +0000
(16:09 +0200)
committer
Stefan Roese
<sr@denx.de>
Tue, 12 Apr 2016 09:13:40 +0000
(11:13 +0200)
This line is not needed, as the board supports DT based probing. And
here the "Model:" is already printed:
Model: Marvell Armada XP theadorable
Board: theadorable
One line for the board name is enough.
Signed-off-by: Stefan Roese <sr@denx.de>
board/theadorable/theadorable.c
patch
|
blob
|
history
diff --git
a/board/theadorable/theadorable.c
b/board/theadorable/theadorable.c
index b8b014838e3f588ce3ff4b954f89322f5d16a6c4..c1db28985ae25abe203850f8369a4a49680ffdd5 100644
(file)
--- a/
board/theadorable/theadorable.c
+++ b/
board/theadorable/theadorable.c
@@
-193,8
+193,6
@@
int board_init(void)
int checkboard(void)
{
- puts("Board: theadorable\n");
-
board_fpga_add();
return 0;