summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-12-21 08:02:28 -0500
committerTom Rini <[email protected]>2021-12-21 08:02:28 -0500
commit00a4280d776cd5b26bcdb3a9e0b600b5df0be4cd (patch)
tree5c4a0a6a4f7baba7d7b01db2ba6184753d9cb627 /board
parentb4a0b76585cdba396c6d7fd2e3858821a3355f34 (diff)
parent6488939b4a78e03999c15314bed358b4e26940d0 (diff)
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next
- pci_mvebu: Misc improvements and cleanup (Pali) - turris_mox: Remove extra newline after module topology (Marek)
Diffstat (limited to 'board')
-rw-r--r--board/CZ.NIC/turris_mox/turris_mox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/CZ.NIC/turris_mox/turris_mox.c b/board/CZ.NIC/turris_mox/turris_mox.c
index b61c5b1cb61..3eb5cb42560 100644
--- a/board/CZ.NIC/turris_mox/turris_mox.c
+++ b/board/CZ.NIC/turris_mox/turris_mox.c
@@ -612,9 +612,6 @@ int show_board_info(void)
}
}
- if (module_count)
- printf("\n");
-
return 0;
}