From: Alexander Shiyan <eagle.alexander923@gmail.com>
To: barebox@lists.infradead.org
Cc: Alexander Shiyan <eagle.alexander923@gmail.com>
Subject: [PATCH 1/5] ARM: at91sam9n12ek: Use xz compression
Date: Wed, 1 Jun 2022 09:02:22 +0300 [thread overview]
Message-ID: <20220601060226.3756-2-eagle.alexander923@gmail.com> (raw)
In-Reply-To: <20220601060226.3756-1-eagle.alexander923@gmail.com>
The binary created with at91sam9n12ek_defconfig got too big over time.
Use xz compression to match the bounds.
CHKFILESIZE images/start_pbl.pblb
images/start_pbl.pblb size 270996 > maximum size 262144
Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
arch/arm/configs/at91sam9n12ek_defconfig | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/arch/arm/configs/at91sam9n12ek_defconfig b/arch/arm/configs/at91sam9n12ek_defconfig
index b7c3a4b1f4..ce97ad62dc 100644
--- a/arch/arm/configs/at91sam9n12ek_defconfig
+++ b/arch/arm/configs/at91sam9n12ek_defconfig
@@ -4,12 +4,12 @@ CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x40000
CONFIG_AEABI=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
CONFIG_PBL_IMAGE=y
+CONFIG_IMAGE_COMPRESSION_XZKERN=y
CONFIG_MMU=y
CONFIG_MALLOC_SIZE=0xa00000
CONFIG_EXPERIMENTAL=y
CONFIG_MALLOC_TLSF=y
CONFIG_PROMPT="9G20-EK:"
-CONFIG_GLOB=y
CONFIG_PROMPT_HUSH_PS2="y"
CONFIG_HUSH_FANCY_PROMPT=y
CONFIG_CMDLINE_EDITING=y
@@ -60,9 +60,6 @@ CONFIG_MTD=y
# CONFIG_MTD_OOB_DEVICE is not set
CONFIG_MTD_M25P80=y
CONFIG_NAND=y
-# CONFIG_NAND_ECC_SOFT is not set
-# CONFIG_NAND_ECC_HW_SYNDROME is not set
-# CONFIG_NAND_ECC_HW_NONE is not set
CONFIG_NAND_ATMEL=y
CONFIG_NAND_ATMEL_PMECC=y
CONFIG_USB_GADGET=y
--
2.32.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2022-06-01 6:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-01 6:02 [PATCH 0/5] Misc fixes Alexander Shiyan
2022-06-01 6:02 ` Alexander Shiyan [this message]
2022-06-01 6:02 ` [PATCH 2/5] ARM: boards: Fix unconditional compilation of imx51-babbage directory Alexander Shiyan
2022-06-02 6:47 ` Sascha Hauer
2022-06-02 6:51 ` Ahmad Fatoum
2022-06-01 6:02 ` [PATCH 3/5] drivers: soc: Fix unconditional compilation of imx directory Alexander Shiyan
2022-06-01 6:02 ` [PATCH 4/5] globalvar: Add missing empty prototype for globalvar_set() Alexander Shiyan
2022-06-01 6:02 ` [PATCH 5/5] of: Fix of_prepend_machine_compatible() defined but unused warning Alexander Shiyan
2022-06-02 6:54 ` [PATCH 0/5] Misc fixes Sascha Hauer
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=20220601060226.3756-2-eagle.alexander923@gmail.com \
--to=eagle.alexander923@gmail.com \
--cc=barebox@lists.infradead.org \
/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