
9 Nov
2018
9 Nov
'18
7:43 p.m.
On Fri, Nov 02, 2018 at 09:49:52PM +0100, Simon Goldschmidt wrote:
Tiny printf does not support %.*s and %lX. Since tiny printf should be very common in SPL, replace these by %32s (for printing image name) and %lx.
Signed-off-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom