
26 Dec
2016
26 Dec
'16
6:23 a.m.
On 19 December 2016 at 14:49, Andre Przywara andre.przywara@arm.com wrote:
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
lib/tiny-printf.c | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org