Home
last modified time | relevance | path

Searched hist:"1 c853629d936f88d7d41bdd01a3bd8c55391e754" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dtiny-printf.c1c853629d936f88d7d41bdd01a3bd8c55391e754 Mon Jan 02 11:48:29 UTC 2017 Andre Przywara <andre.przywara@arm.com> 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>