spl: lz4: Allow use of lz4 compression in SPL
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 22:21:30 +0000 (15:21 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commit048c6e895647c3337450405388bcd538f92e1e3d
tree058471a4a0487b7ab562a2cb962f77311d685d5c
parentc0126bd862a0dfd59e568e133c4db0a3742e0b0e
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>
lib/Kconfig
lib/Makefile