From: Stefan Roese <sr@denx.de>
Date: Fri, 8 Apr 2016 14:09:39 +0000 (+0200)
Subject: arm: mvebu: theadorable: Remove Board name output in checkboard
X-Git-Tag: v2025.01-rc5-pxa1908~9630^2
X-Git-Url: http://git.dujemihanovic.xyz/%22bddb.css/static/git-logo.png?a=commitdiff_plain;h=aca84a214d70953505d56b7c9717d1a7c019902c;p=u-boot.git

arm: mvebu: theadorable: Remove Board name output in checkboard

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

diff --git a/board/theadorable/theadorable.c b/board/theadorable/theadorable.c
index b8b014838e..c1db28985a 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();
 
 	return 0;