]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: zip: Add missing unmap_sysmem() for buffers in the unzip command
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 28 Jan 2026 19:42:03 +0000 (20:42 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 6 Feb 2026 15:29:55 +0000 (09:29 -0600)
commit109e378e9ba791b8dffaf86aa043f20d41d2adaf
tree623929e081a9ec9b2aa8547a7d479575b88a127b
parent3a76ba66ecb65b892de8b16360a8b0e93415f712
cmd: zip: Add missing unmap_sysmem() for buffers in the unzip command

Unmap the sysmem that got mapped by this command.

Use symbolic return value for the command while updating
the return value handling.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
cmd/unzip.c