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 b8b0148..c1db289 100644
--- a/board/theadorable/theadorable.c
+++ b/board/theadorable/theadorable.c
@@ -193,8 +193,6 @@
int checkboard(void)
{
- puts("Board: theadorable\n");
-
board_fpga_add();
return 0;