Re: [PATCH] cmd: Add unlz4 command

2020-04-21 Thread Tom Rini
On Thu, Feb 20, 2020 at 08:48:01PM +0900, Yusuke Ashiduka wrote: > This command is a new command called "unlz4" that decompresses from memory > into memory. > Used with the CONFIG_CMD_UNLZ4 optionenabled. > > Signed-off-by: Yusuke Ashiduka Applied to u-boot/master, thanks! -- Tom

[PATCH] cmd: Add unlz4 command

2020-02-20 Thread Yusuke Ashiduka
This command is a new command called "unlz4" that decompresses from memory into memory. Used with the CONFIG_CMD_UNLZ4 optionenabled. Signed-off-by: Yusuke Ashiduka --- cmd/Kconfig | 7 +++ cmd/Makefile | 1 + cmd/unlz4.c | 45 + 3 files