commit | 1bb718cdabc0f581e2b3ca1134883ee57d3a910d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 22 09:22:46 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 25 12:05:54 2016 -0400 |
tree | df20a82a67d4c2dd38728cb89e2ca5de61e7fb2f | |
parent | 5923c843ba0e06a90e0c0c5cc6894ac8641377e1 [diff] |
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>