commit | 7b303b8042faa9697f8c01e36540a17a8fac1c3b | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Jan 02 11:48:29 2017 +0000 |
committer | Jagan Teki <jagan@openedev.com> | Wed Jan 04 16:37:41 2017 +0100 |
tree | 9806e5a9a8b7f8cb170d3fa770e73cd4c81302cd | |
parent | 32118685b25fe3ad7b37765814145a13ca2179b3 [diff] |
SPL: tiny-printf: ignore "-" modifier tiny-printf does not know about the "-" modifier, which aligns numbers. This is used by some SPL code, but as it's purely cosmetical, we just ignore this modifier here to avoid changing correct printf strings. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jagan@openedev.com>