
9 Jun
2016
9 Jun
'16
7:14 a.m.
On 09.06.2016 04:55, Simon Glass wrote:
This current code passes the variable arguments list to sprintf(). This is not correct. Fix it by calling _vprintf() directly.
This makes firefly-rk3288 boot again.
Fixes: abeb272 ("tiny-printf: Support snprintf()") Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan