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>
This commit is contained in:
Marek Behún 2021-11-11 16:35:49 +01:00 committed by Stefan Roese
parent c68a73c559
commit 6488939b4a

View File

@ -612,9 +612,6 @@ int show_board_info(void)
} }
} }
if (module_count)
printf("\n");
return 0; return 0;
} }