[PATCH 05/10] Makefile: Add support to generate LZMA compressed raw u-boot binary
Simon Glass
sjg at chromium.org
Sun Jul 2 17:34:34 CEST 2023
Hi Manoj,
On Fri, 30 Jun 2023 at 13:12, Manoj Sai
<abbaraju.manojsai at amarulasolutions.com> wrote:
>
> Add support for generating LZMA compressed raw u-boot binary.
>
> Signed-off-by: Manoj Sai <abbaraju.manojsai at amarulasolutions.com>
> Signed-off-by: Suniel Mahesh <sunil at amarulasolutions.com>
> ---
> Makefile | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Makefile b/Makefile
> index 6e15ebd116..d4f453cce1 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1315,6 +1315,9 @@ u-boot-nodtb.bin: u-boot FORCE
> ifeq ($(CONFIG_SPL_GZIP),y)
> @gzip -k u-boot-nodtb.bin
> endif
> +ifeq ($(CONFIG_SPL_LZMA),y)
> + @lzma -k u-boot-nodtb.bin
> +endif
>
> u-boot.ldr: u-boot
> $(CREATE_LDR_ENV)
> --
> 2.25.1
>
Again, this should be in binman.
Regards,
Simon
More information about the U-Boot
mailing list