commit | 1ddade606a7ea92949f2b607cac66d575ecfe3fe | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Fri Nov 02 21:49:52 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 09 10:44:50 2018 -0500 |
tree | aa4cf86a366a4c2fd4d2acfa93e80539cfa68875 | |
parent | 157370e64df7d0ad39e326c8ab211faa41cf5051 [diff] |
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>