cmd: Add unlz4 command
authorYusuke Ashiduka <ashiduka@fujitsu.com>
Thu, 20 Feb 2020 11:48:01 +0000 (20:48 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 17 Apr 2020 16:32:12 +0000 (12:32 -0400)
commita17322329b3b1526b23f8e1f6573a5d4f737c573
tree2ca66046f91dec36d6b610416c84d0e5f5f8a0b0
parent46d9d1c306967780d7afbfcbf942daf9ab33c466
cmd: Add unlz4 command

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 <ashiduka@fujitsu.com>
[trini: Use %zd / %zX not %ld / %lX in printf]
Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig
cmd/Makefile
cmd/unlz4.c [new file with mode: 0644]