]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: env: Fix format warnings in debug
authorMarcin Niestroj <m.niestroj@grinn-global.com>
Fri, 6 May 2016 12:58:29 +0000 (14:58 +0200)
committerHeiko Schocher <hs@denx.de>
Tue, 26 Jul 2016 06:28:39 +0000 (08:28 +0200)
commit81c878dd3c75c9056e4755ece89f45d056735d75
tree4b54f575b3391dd052a8bb64cba30f2ffc73cd9b
parent4579720412744dd13266a3505bb38ce2da819b4f
tools: env: Fix format warnings in debug

Format warnings (-Wformat) were shown in printf() calls after defining
DEBUG macro.

Update format string and explicitly cast variables to suppress all
warnings.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
tools/env/fw_env.c