diff options
| author | Tom Rini <[email protected]> | 2021-12-21 08:02:28 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-21 08:02:28 -0500 |
| commit | 00a4280d776cd5b26bcdb3a9e0b600b5df0be4cd (patch) | |
| tree | 5c4a0a6a4f7baba7d7b01db2ba6184753d9cb627 /board | |
| parent | b4a0b76585cdba396c6d7fd2e3858821a3355f34 (diff) | |
| parent | 6488939b4a78e03999c15314bed358b4e26940d0 (diff) | |
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next
- pci_mvebu: Misc improvements and cleanup (Pali)
- turris_mox: Remove extra newline after module topology (Marek)
Diffstat (limited to 'board')
| -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 b61c5b1cb61..3eb5cb42560 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; } |
