git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23750f6
)
board: siemens: iot2050: Fix coding style
author
Baocheng Su
<baocheng.su@siemens.com>
Tue, 22 Oct 2024 06:04:19 +0000
(08:04 +0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 29 Oct 2024 02:54:23 +0000
(20:54 -0600)
Add a space after the 'if'
Signed-off-by: Baocheng Su <baocheng.su@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
board/siemens/iot2050/board.c
patch
|
blob
|
history
diff --git
a/board/siemens/iot2050/board.c
b/board/siemens/iot2050/board.c
index
ed292c3
..
e5c7ce5
100644
(file)
--- a/
board/siemens/iot2050/board.c
+++ b/
board/siemens/iot2050/board.c
@@
-220,7
+220,7
@@
void set_board_info_env(void)
if (board_is_advanced()) {
if (board_is_pg1())
fdtfile = "ti/k3-am6548-iot2050-advanced.dtb";
- else if(board_is_m2())
+ else if
(board_is_m2())
fdtfile = "ti/k3-am6548-iot2050-advanced-m2.dtb";
else
fdtfile = "ti/k3-am6548-iot2050-advanced-pg2.dtb";