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

2018-11-22 Thread sjg
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 --- lib/Kconfig | 8 lib/Makefile | 2 +- 2 files changed, 9 in

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

2018-11-06 Thread Simon Glass
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 --- lib/Kconfig | 8 lib/Makefile | 2 +- 2 files changed, 9 in