commit | f68ab43de67f59925542efb6bcec30f4a84fe695 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Dec 04 05:35:15 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Dec 05 01:49:52 2009 +0100 |
tree | aa9a6c76783a1437326180aec13f3e3d4b01ab8b | |
parent | cccfc2ab77877dbdd2abe26b28d4c1f467feb0c0 [diff] |
lzma: ignore unset filesizes The Linux kernel build system changed how it compresses things with LZMA such that the header no longer contains the filesize (it is instead set to all F's). So if we get a LZMA image that has -1 for the 64bit field, let's just assume that the decompressed size is unknown and continue on. Signed-off-by: Mike Frysinger <vapier@gentoo.org>