Mike Frysinger 78e1e84677 bootm: fix pointer warning with lzma
Avoid warning:
cmd_bootm.c: In function 'bootm_load_os':
cmd_bootm.c:394: warning: passing argument 2 of
	'lzmaBuffToBuffDecompress' from incompatible pointer type

For 32 bit systems, this change shouldn't make a difference to code size
since sizeof(size_t) and sizeof(unsigned int) are equal.  But it does fix
the warning.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-08-04 00:43:53 +02:00
..
2010-07-24 20:54:46 +02:00
2010-07-16 10:55:09 -05:00
2010-07-17 20:47:08 +02:00
2010-06-23 23:24:20 +02:00
2008-10-18 21:54:03 +02:00
2010-06-29 22:24:48 +02:00
2010-01-18 00:23:00 +01:00
2010-07-14 22:41:39 +02:00
2010-01-18 00:44:13 +01:00
2010-05-06 00:16:46 +02:00
2008-10-18 21:54:03 +02:00