Skip to content
Commit dcba70bf authored by Dávid Vincze's avatar Dávid Vincze Committed by Tamas Ban
Browse files

Boot: Remove format specifier macros



This patch removes the format specifier macros used in the formatted
input/output functions. The 8-bit types (e.g. PRIu8) requires the
C99 I/O format support to be enabled, otherwise the usage of these
macros results in undefined behaviour. TF-M uses the newlib-nano
standard library implementation which by default does not support
these format macros.

Change-Id: I36acf18aabbc675db56232671f7186f6745d4152
Signed-off-by: Dávid Vincze's avatarDavid Vincze <david.vincze@arm.com>
parent dd02bb38
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment