DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [PATCH 4/8] v7a: barebox: am335x-mlo: disable LZO decompress
Date: Mon,  9 Dec 2024 18:54:01 +0100	[thread overview]
Message-ID: <20241209175405.2217481-5-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20241209175405.2217481-1-a.fatoum@pengutronix.de>

The MLO binary is using XZ for compressing barebox proper, so shipping a
LZO decompressor just enlarges the binary at no gain.

Disable it to give the size-constrained MLO image some breathing room.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 configs/platform-v7a/barebox-am335x-mlo.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config
index 20cfe5fdb298..9decf746d4cc 100644
--- a/configs/platform-v7a/barebox-am335x-mlo.config
+++ b/configs/platform-v7a/barebox-am335x-mlo.config
@@ -561,7 +561,7 @@ CONFIG_XZ_DEC_ARMTHUMB=y
 CONFIG_XZ_DEC_SPARC=y
 CONFIG_XZ_DEC_ARM64=y
 # CONFIG_BASE64 is not set
-CONFIG_LZO_DECOMPRESS=y
+# CONFIG_LZO_DECOMPRESS is not set
 CONFIG_XYMODEM=y
 # CONFIG_ALLOW_PRNG_FALLBACK is not set
 # CONFIG_CRC_CCITT is not set
-- 
2.39.5




  parent reply	other threads:[~2024-12-09 17:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-09 17:53 [DistroKit] [PATCH 0/8] v7a/v8a: update firmware, bootloader and kernel Ahmad Fatoum
2024-12-09 17:53 ` [DistroKit] [PATCH 1/8] v8a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 17:53 ` [DistroKit] [PATCH 2/8] v8a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 3/8] v8a: kernel: update 6.11 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 17:54 ` Ahmad Fatoum [this message]
2024-12-09 17:54 ` [DistroKit] [PATCH 5/8] v7a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 6/8] v7a: kernel: update 6.11 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 7/8] v7a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 8/8] v7a/v8a: barebox: enable some more useful commands Ahmad Fatoum
2024-12-09 18:05 ` [DistroKit] [PATCH 0/8] v7a/v8a: update firmware, bootloader and kernel Robert Schwebel
2024-12-09 19:10   ` Ahmad Fatoum

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=20241209175405.2217481-5-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=distrokit@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