]> git.ipfire.org Git - people/ms/u-boot.git/commit
SPL: tiny-printf: ignore "-" modifier
authorAndre Przywara <andre.przywara@arm.com>
Mon, 2 Jan 2017 11:48:29 +0000 (11:48 +0000)
committerJagan Teki <jagan@openedev.com>
Wed, 4 Jan 2017 15:37:41 +0000 (16:37 +0100)
commit1c853629d936f88d7d41bdd01a3bd8c55391e754
tree9806e5a9a8b7f8cb170d3fa770e73cd4c81302cd
parenta28e1d98310e62dc88947b91d17105b58de01889
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>
lib/tiny-printf.c