summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-04-08 16:09:39 +0200
committerStefan Roese <sr@denx.de>2016-04-12 11:13:40 +0200
commitaca84a214d70953505d56b7c9717d1a7c019902c (patch)
tree4183412c063d84663651eaf866005da9b184f7d6
parent169a85501715d39f8a4af810e51df1300920fae9 (diff)
downloadtalos-obmc-uboot-aca84a214d70953505d56b7c9717d1a7c019902c.tar.gz
talos-obmc-uboot-aca84a214d70953505d56b7c9717d1a7c019902c.zip
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>
-rw-r--r--board/theadorable/theadorable.c2
1 files changed, 0 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud