diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-11-10 19:47:45 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-19 15:51:57 -0700 |
commit | 3779c8e319bd5e3fb32c3036cc0d3a658f920fa3 (patch) | |
tree | 6254f25e96702cce568de09cdc2ee8a04b913d09 /tools/omapimage.h | |
parent | 4823b45da2b5d434b1009f8b511a8fc846c7a252 (diff) | |
download | u-boot-imx-3779c8e319bd5e3fb32c3036cc0d3a658f920fa3.zip u-boot-imx-3779c8e319bd5e3fb32c3036cc0d3a658f920fa3.tar.gz u-boot-imx-3779c8e319bd5e3fb32c3036cc0d3a658f920fa3.tar.bz2 |
fw_env: fix type of len
This variable is assigned by a size_t, and is printed that way, but is
incorrectly declared as an int. Which means we get warnings:
fw_env.c: In function 'fw_setenv':
fw_env.c:409:5: warning: format '%zu' expects argument of type 'size_t',
but argument 3 has type 'int' [-Wformat]
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'tools/omapimage.h')
0 files changed, 0 insertions, 0 deletions