mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <sha@pengutronix.de>
To: Marco Felsch <m.felsch@pengutronix.de>
Cc: afa@pengutronix.de, ejo@pengutronix.de, barebox@lists.infradead.org
Subject: Re: [PATCH] pbl: set IMAGE_COMPRESSION per default to lz4
Date: Fri, 16 Dec 2022 07:36:52 +0100	[thread overview]
Message-ID: <20221216063652.GD11668@pengutronix.de> (raw)
In-Reply-To: <20221206112614.2612071-1-m.felsch@pengutronix.de>

On Tue, Dec 06, 2022 at 12:26:14PM +0100, Marco Felsch wrote:
> The LZO compression hasn't been updated since 2017 and embedded build
> tools like Yocto dropping the support for it [1]. So switch to LZ4 as
> default since this seems to be the most comparable compression standard
> according Ahmads measurements [2] and the kernel suggestion [3].
> 
> [1] https://lore.kernel.org/all/20220524152401.1663317-9-ross.burton@arm.com/
> [2] https://lore.barebox.org/barebox/20220713100922.1880282-1-a.fatoum@pengutronix.de/
> [3] https://lkml.org/lkml/2020/7/1/848
> 
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
> ---
>  pbl/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

> 
> diff --git a/pbl/Kconfig b/pbl/Kconfig
> index ba809af2d5..91970c19bc 100644
> --- a/pbl/Kconfig
> +++ b/pbl/Kconfig
> @@ -63,7 +63,7 @@ if IMAGE_COMPRESSION
>  
>  choice
>  	prompt "Compression"
> -	default IMAGE_COMPRESSION_LZO
> +	default IMAGE_COMPRESSION_LZ4
>  
>  config IMAGE_COMPRESSION_LZ4
>  	bool "lz4"
> -- 
> 2.30.2
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



      reply	other threads:[~2022-12-16  6:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-06 11:26 Marco Felsch
2022-12-16  6:36 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221216063652.GD11668@pengutronix.de \
    --to=sha@pengutronix.de \
    --cc=afa@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=ejo@pengutronix.de \
    --cc=m.felsch@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox