summaryrefslogtreecommitdiff
path: root/board/CZ.NIC
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-11-11 16:35:49 +0100
committerStefan Roese <sr@denx.de>2021-12-21 07:42:01 +0100
commit6488939b4a78e03999c15314bed358b4e26940d0 (patch)
treedcc13a6a213e45c85f38ee128b29956e952025c6 /board/CZ.NIC
parentc68a73c559a9c332c2057a78bcc71438f3850c3d (diff)
arm: mvebu: turris_mox: Remove extra newline after module topology
Remove extra newline after module topology is printed. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/CZ.NIC')
-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 b61c5b1cb6..3eb5cb4256 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;
}