Files
u-boot-tk1-som/tools
Mike Frysinger 3779c8e319 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>
2012-12-19 15:51:57 -07:00
..
2012-06-19 22:33:55 +02:00
2012-12-19 15:51:57 -07:00
2010-10-12 21:49:28 +02:00
2010-10-27 20:16:52 +02:00
2012-10-15 11:54:04 -07:00
2005-07-21 11:22:21 +02:00
2009-11-24 23:43:18 +01:00
2012-07-20 08:53:34 +02:00
2012-07-20 08:53:34 +02:00
2009-04-28 01:16:46 +02:00