]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
arm: mvebu: theadorable: Remove Board name output in checkboard
authorStefan Roese <sr@denx.de>
Fri, 8 Apr 2016 14:09:39 +0000 (16:09 +0200)
committerStefan Roese <sr@denx.de>
Tue, 12 Apr 2016 09:13:40 +0000 (11:13 +0200)
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>
board/theadorable/theadorable.c

index b8b014838e3f588ce3ff4b954f89322f5d16a6c4..c1db28985ae25abe203850f8369a4a49680ffdd5 100644 (file)
@@ -193,8 +193,6 @@ int board_init(void)
 
 int checkboard(void)
 {
-       puts("Board: theadorable\n");
-
        board_fpga_add();
 
        return 0;