]> git.sur5r.net Git - u-boot/commit
lzmadec: Use the same type as the lzma call
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jul 2016 15:22:46 +0000 (09:22 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jul 2016 16:05:54 +0000 (12:05 -0400)
commit1bb718cdabc0f581e2b3ca1134883ee57d3a910d
treedf20a82a67d4c2dd38728cb89e2ca5de61e7fb2f
parent5923c843ba0e06a90e0c0c5cc6894ac8641377e1
lzmadec: Use the same type as the lzma call

With sandbox on 32-bit the size_t type can be a little inconsistent. Use
the same type as the caller expects to avoid a compiler warning.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/lzmadec.c