[U-Boot] [PATCH] spl: fix debug prints for tiny printf

Simon Glass sjg at chromium.org
Sat Nov 3 06:08:43 UTC 2018


On 2 November 2018 at 14:49, Simon Goldschmidt
<simon.k.r.goldschmidt at gmail.com> 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 at gmail.com>
> ---
>
>  common/spl/spl.c | 14 ++++++--------
>  1 file changed, 6 insertions(+), 8 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

Great, I had a patch locally for this, thanks!

- Simon


More information about the U-Boot mailing list