Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
Trusted Firmware-A
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plat/st/stm32mp1/stm32mp1_private.c
plat/st/stm32mp1/stm32mp1_private.c
+1
-1
No files found.
plat/st/stm32mp1/stm32mp1_private.c
View file @
5dfe680f
...
@@ -337,7 +337,7 @@ void stm32mp_print_boardinfo(void)
...
@@ -337,7 +337,7 @@ void stm32mp_print_boardinfo(void)
rev
[
0
]
=
BOARD_ID2REV
(
board_id
)
-
1
+
'A'
;
rev
[
0
]
=
BOARD_ID2REV
(
board_id
)
-
1
+
'A'
;
rev
[
1
]
=
'\0'
;
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_ID2NB
(
board_id
),
BOARD_ID2VARCPN
(
board_id
),
BOARD_ID2VARCPN
(
board_id
),
BOARD_ID2VARFG
(
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