commit | b5afcadcd6b676df8eea23630a0b359ee726ac84 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 14 14:02:52 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu May 26 20:48:44 2016 -0600 |
tree | 627c43b89177989306985f6045823f7da0e8e8db | |
parent | 1536d8ba6e7feaec1f7cff7e3636408907c30d7f [diff] |
tiny-printf: Tidy up a few nits - Rename 'w' to 'width' to make it more obvious what it is used for - Use bool and int types instead of char to avoid register-masking on 32-bit machines Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>