[U-Boot] [PATCH] arm: mvebu: theadorable: Remove Board name output in checkboard

8 Apr
2016
8 Apr
'16
4:09 p.m.
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 | 2 -- 1 file changed, 2 deletions(-)
diff --git a/board/theadorable/theadorable.c b/board/theadorable/theadorable.c index 5836bf7..9c0f120 100644 --- 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();
--
2.8.1
3320
Age (days ago)
3320
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Roese