mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-01 11:22:08 +00:00
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>
This commit is contained in:
parent
169a855017
commit
aca84a214d
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue