Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
5dfe680f
Commit
5dfe680f
authored
Oct 14, 2020
by
Alexei Fedorov
Committed by
TrustedFirmware Code Review
Oct 14, 2020
Browse files
Merge "stm32mp1: use %u in NOTICE message for board info" into integration
parents
80d9cf78
ab049ec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/st/stm32mp1/stm32mp1_private.c
View file @
5dfe680f
...
...
@@ -337,7 +337,7 @@ void stm32mp_print_boardinfo(void)
rev
[
0
]
=
BOARD_ID2REV
(
board_id
)
-
1
+
'A'
;
rev
[
1
]
=
'\0'
;
NOTICE
(
"Board: MB%04x Var%
d
.%
d
Rev.%s-%02
d
\n
"
,
NOTICE
(
"Board: MB%04x Var%
u
.%
u
Rev.%s-%02
u
\n
"
,
BOARD_ID2NB
(
board_id
),
BOARD_ID2VARCPN
(
board_id
),
BOARD_ID2VARFG
(
board_id
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment