]> git.baikalelectronics.ru Git - uboot.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)
commitce237ef00a8a0447d38fc99b7d2508f35fa66604
tree9806e5a9a8b7f8cb170d3fa770e73cd4c81302cd
parent6e01f532fbabc53901cf517a01a6a2d2afd7351f
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