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

Stefan Roese sr at denx.de
Fri Apr 8 16:09:39 CEST 2016


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 at 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



More information about the U-Boot mailing list