tools: env: Fix printf() warning in fw_env
authorSimon Glass <sjg@chromium.org>
Sat, 1 Aug 2020 16:30:38 +0000 (10:30 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Aug 2020 12:18:34 +0000 (08:18 -0400)
commitd9cd4d2a8d429068a6a5061a33459ae3ae113ef8
tree802e775ede399fc5ced31049e6df8c9339ea3b9e
parent7f772fbcc04b8f70a70b79f869b03c2897ba0651
tools: env: Fix printf() warning in fw_env

The printf() string produces a warning about %d not matching size_t. Fix
it and put the format string on one line to avoid a checkpatch warning.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/env/fw_env.c