projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68a73c
)
arm: mvebu: turris_mox: Remove extra newline after module topology
author
Marek Behún
<marek.behun@nic.cz>
Thu, 11 Nov 2021 15:35:49 +0000
(16:35 +0100)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/board/CZ.NIC/turris_mox/turris_mox.c
b/board/CZ.NIC/turris_mox/turris_mox.c
index b61c5b1cb61c3358347c6dc2a26d6d2ff9211914..3eb5cb425606bb6700bf510077b11a3a2f542abc 100644
(file)
--- 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;
}