]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: sf: use correct printf code
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Jan 2019 11:03:37 +0000 (12:03 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jan 2019 20:28:44 +0000 (15:28 -0500)
commitfa3ec6434fa9458c2d5ffd0ede66c6f069534ec9
treea17f4eb01567cf0cdc5006767cf958413325951a
parent625b6ea9425a006c7fcdd2682f1e3791ed79b760
cmd: sf: use correct printf code

test->time_ms[] is defined as unsigned. So use %u for printf().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/sf.c