[PATCH v2] cmd: unzip: Use map_sysmem() with buffers in the gzwrite command
Tom Rini
trini at konsulko.com
Fri Feb 6 19:15:23 CET 2026
On Wed, 28 Jan 2026 20:41:04 +0100, Marek Vasut wrote:
> The current implementation casts an address to a pointer. Make it more
> sandbox-friendly by using map_sysmem().
>
> Convert 'addr' variable to unsigned long, as that is the return type of
> hextoul() and address parameter type of map_sysmem().
>
>
> [...]
Applied to u-boot/master, thanks!
[1/1] cmd: unzip: Use map_sysmem() with buffers in the gzwrite command
commit: f2c704c0e8aac1b846fd55b7178151b2c879e185
--
Tom
More information about the U-Boot
mailing list