]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: enable support for the unlz4 command
authorJonathan Liu <net147@gmail.com>
Sat, 25 May 2024 08:10:53 +0000 (18:10 +1000)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:32 +0000 (07:36 +0100)
commitd243b369e95139f77d04007755a4af42a0a03b30
tree946fdfc07a7458a073367502d05e8bb411034af2
parent18de1afd4895bb143eb906e52b93db1b1aac6dfc
sandbox: enable support for the unlz4 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: Jonathan Liu <net147@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Fix conflict and reformat to 80cols:
Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/unlz4.c