[PATCH 1/3] gunzip: Add ability to disable progress indicator
Marek Vasut
marek.vasut at mailbox.org
Thu Jan 29 17:33:45 CET 2026
On 1/29/26 5:17 PM, Mattijs Korpershoek wrote:
Hi,
> +++ b/lib/gunzip.c
> @@ -8,6 +8,7 @@
> #include <command.h>
> #include <console.h>
> #include <div64.h>
> +#include <env.h>
> #include <gzip.h>
> #include <image.h>
> #include <malloc.h>
This is part of
gunzip: Implement chunked decompression
so clearly I should move that part here already.
> Maybe this should be included conditionally depending on the command
> being enabled or not?
Why conditionally ?
More information about the U-Boot
mailing list