[U-Boot] [PATCH 13/25] spl: lz4: Allow use of lz4 compression in SPL

sjg at google.com sjg at google.com
Thu Nov 22 20:20:39 UTC 2018


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 at chromium.org>
---

 lib/Kconfig  | 8 ++++++++
 lib/Makefile | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

Applied to u-boot-dm/master, thanks!


More information about the U-Boot mailing list