]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6f16905158570d074f3f90271f8de6921d75ffbb
tree9e860c02d4a22052c4a575bedf95d51306e4a997
parent8cf1905e2575595171ad60fc8edc74f4507639a7
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