commit | aa1c1d33f859ff0580f54c8cd7b04bcdb2fe3faf | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Apr 21 09:28:45 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Mon Apr 27 20:29:33 2020 +0200 |
tree | 1931934fc03e01da1e0788b1a9eb88a8dc21a7a6 | |
parent | 4ee4cf9f089383f9f15f36aef78e88c93c8bfcdf [diff] |
spl: spl_legacy: Add lzma decompression support for legacy image This patch adds support for decompressing LZMA compressed u-boot payload in legacy uImage format. Using this patch together with u-boot-lzma.img may be useful for some platforms as they can reduce the size and load time of u-boot payload. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>