commit | 77cc8902e98f4b4a36688f454a07ad7bc82793a2 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Apr 15 10:28:12 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Fri Apr 18 11:43:36 2014 -0400 |
tree | 1668ffa4c7e0131d1de88511a36a91afd6b512b7 | |
parent | 0e6256d0770f5f2bda80e9ce1aa8dd404de4bcdf [diff] |
bootm: set max decompression size for LZO The LZO decompressor wasn't initializing the maximum output size, which meant it would fail to decompress most of the time. Reported-by: Matthias Weißer <weisserm@arcor.de> Signed-off-by: Kees Cook <keescook@chromium.org> Tested-by: Matthias Weißer <weisserm@arcor.de> Acked-by: Simon Glass <sjg@chromium.org>