diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-11-11 16:35:49 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-12-21 07:42:01 +0100 |
commit | 6488939b4a78e03999c15314bed358b4e26940d0 (patch) | |
tree | dcc13a6a213e45c85f38ee128b29956e952025c6 | |
parent | c68a73c559a9c332c2057a78bcc71438f3850c3d (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>
-rw-r--r-- | board/CZ.NIC/turris_mox/turris_mox.c | 3 |
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; } |