]> Git Repo - J-u-boot.git/commitdiff
arm: mvebu: turris_mox: Remove extra newline after module topology
authorMarek Behún <[email protected]>
Thu, 11 Nov 2021 15:35:49 +0000 (16:35 +0100)
committerStefan Roese <[email protected]>
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 <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
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;
 }
 
This page took 0.038129 seconds and 4 git commands to generate.