diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2018-11-02 21:49:52 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-09 10:44:50 -0500 |
commit | 30c0740e79cd71d42e606e6c29e6746c7837be80 (patch) | |
tree | aa4cf86a366a4c2fd4d2acfa93e80539cfa68875 /drivers | |
parent | 84ee59a5fd79f90b69e3992ecd5ff765e17806b2 (diff) | |
download | u-boot-30c0740e79cd71d42e606e6c29e6746c7837be80.tar.gz |
spl: fix debug prints for tiny printf
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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions