Skip to content
Snippets Groups Projects
Commit aca84a21 authored by Stefan Roese's avatar Stefan Roese
Browse files

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: default avatarStefan Roese <sr@denx.de>
parent 169a8550
No related branches found
No related tags found
No related merge requests found
...@@ -193,8 +193,6 @@ int board_init(void) ...@@ -193,8 +193,6 @@ int board_init(void)
int checkboard(void) int checkboard(void)
{ {
puts("Board: theadorable\n");
board_fpga_add(); board_fpga_add();
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment