commit | 7b9dc107a80a8f4c287c2df4ffc2a82dec7af773 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Mon Apr 17 10:26:47 2017 -0500 |
committer | Kumar Gala <kumar.gala@linaro.org> | Mon Apr 17 11:09:36 2017 -0500 |
tree | ad7dcfaa6a7861ad5626f8a020556aeb8d872660 | |
parent | ddece1ccd476763519d681be49fe8e6584a6e2e2 [diff] |
kernel: Convert formatter strings to use PRI defines To allow for various libc implementations (like newlib) in which the way various {u}int{8,16,32}_t types are defined vary between both libc implementations and across architectures we need to utilize the PRI defines. Change-Id: Ie884fb67015502288152ecbd64c37961a4f538e4 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>