commit | d9cd4d2a8d429068a6a5061a33459ae3ae113ef8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 01 10:30:38 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 05 08:18:34 2020 -0400 |
tree | 802e775ede399fc5ced31049e6df8c9339ea3b9e | |
parent | 7f772fbcc04b8f70a70b79f869b03c2897ba0651 [diff] |
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>