the LZMA code that was added to cmd_bootm causes a warning:
cmd_bootm.c: In function 'bootm_load_os':
cmd_bootm.c:394: warning: passing argument 2 of 'lzmaBuffToBuffDecompress' 
from incompatible pointer type

this is because the code passes in a pointer to unc_len which is an unsigned 
int, but the decompress routine expects a pointer to a size_t.  could you take 
a look ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to