diff options
author | Stefan Roese <sr@denx.de> | 2016-04-08 16:09:39 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-04-12 11:13:40 +0200 |
commit | aca84a214d70953505d56b7c9717d1a7c019902c (patch) | |
tree | 4183412c063d84663651eaf866005da9b184f7d6 /board | |
parent | 169a85501715d39f8a4af810e51df1300920fae9 (diff) | |
download | u-boot-aca84a214d70953505d56b7c9717d1a7c019902c.tar.gz |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/theadorable/theadorable.c | 2 |
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; |