commit | e107bcdf1bfc6022eaaeb7172fc54fd8d63a4a51 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 06 15:21:30 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 20 19:14:22 2018 -0700 |
tree | 058471a4a0487b7ab562a2cb962f77311d685d5c | |
parent | a4bea1fba8fcd8980ee8e815eef78ab820b288b0 [diff] |
spl: lz4: Allow use of lz4 compression in SPL In some cases U-Boot is compressed and it is useful to be able to decompress it in SPL. Add a Kconfig and Makefile change to allow this. Note that this does not actually implement decompression. Signed-off-by: Simon Glass <sjg@chromium.org>