commit | a20545d7d17fe1263bdbc9aff7b2bfd34d2274d7 | [log] [tgz] |
---|---|---|
author | Yusuke Ashiduka <ashiduka@fujitsu.com> | Thu Feb 20 20:48:01 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 17 12:32:12 2020 -0400 |
tree | 2ca66046f91dec36d6b610416c84d0e5f5f8a0b0 | |
parent | 5d18fc1932c7e8bf1d58698618323a7622a0196c [diff] |
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>