]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arm: mvebu: turris_mox: Remove extra newline after module topology
authorMarek Behún <marek.behun@nic.cz>
Thu, 11 Nov 2021 15:35:49 +0000 (16:35 +0100)
committerStefan Roese <sr@denx.de>
Tue, 21 Dec 2021 06:42:01 +0000 (07:42 +0100)
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>
board/CZ.NIC/turris_mox/turris_mox.c

index b61c5b1cb61c3358347c6dc2a26d6d2ff9211914..3eb5cb425606bb6700bf510077b11a3a2f542abc 100644 (file)
@@ -612,9 +612,6 @@ int show_board_info(void)
                }
        }
 
-       if (module_count)
-               printf("\n");
-
        return 0;
 }