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)
commitc6b2ea379ce6867f18897b45beacfea138c53a31
treea17f4eb01567cf0cdc5006767cf958413325951a
parent82919517fbda20f616507386919791cb03581d39
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