sandbox: Enable support for the gzip command
authorSimon Glass <sjg@chromium.org>
Fri, 19 Nov 2021 20:23:52 +0000 (13:23 -0700)
committerAnatolij Gustschin <agust@denx.de>
Sun, 26 Dec 2021 22:02:19 +0000 (23:02 +0100)
commit6cdc8be7c5f2a79db8f0791a76c83d46c9aa7591
tree9e860c02d4a22052c4a575bedf95d51306e4a997
parent6a19e938f8ea086ae2da8e7bc304522c80e895d3
sandbox: Enable support for the gzip command

This does not work with sandbox at present. Fix it up to use map_sysmem()
to convert an address to a pointer.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/unzip.c