commit | 40a9fd5125538ec9446fe93e70beed3c44d08819 | [log] [tgz] |
---|---|---|
author | Joao Marcos Costa <joaomarcos.costa@bootlin.com> | Tue Aug 18 17:17:24 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 24 14:11:31 2020 -0400 |
tree | 2c6fecd2defa674d222f62a838f00eab2a0d6552 | |
parent | b1fa6b8d681f945e4461b4f16c6acc51c98ca6f0 [diff] |
fs/squashfs: add support for LZO decompression Add call to lzo's lzo1x_decompress_safe() into sqfs_decompress(). U-Boot's LZO sources may still have some unsolved issues that could make the decompression crash when dealing with fragmented files, so those should be avoided. The "-no-fragments" option can be passed to mksquashfs. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>