From aca84a214d70953505d56b7c9717d1a7c019902c Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Fri, 8 Apr 2016 16:09:39 +0200 Subject: 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 --- board/theadorable/theadorable.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'board') 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; -- cgit v1.2.1