From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH master 3/3] ARM: socfpga: shrink socfpga-xload configs in size
Date: Tue, 20 Jan 2026 13:24:46 +0100 [thread overview]
Message-ID: <20260120122453.627239-4-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20260120122453.627239-1-a.fatoum@pengutronix.de>
CI is straddling the size limit if 61436 bytes.
Dissable some options to reclaim 1K on the image size for now...
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
arch/arm/configs/socfpga-xload_defconfig | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/socfpga-xload_defconfig b/arch/arm/configs/socfpga-xload_defconfig
index 00841b8530de..22bab8d6073c 100644
--- a/arch/arm/configs/socfpga-xload_defconfig
+++ b/arch/arm/configs/socfpga-xload_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARCH_SOCFPGA=y
+# CONFIG_CPU_V7VE is not set
CONFIG_ARCH_SOCFPGA_XLOAD=y
CONFIG_MACH_SOCFPGA_ALTERA_SOCDK=y
CONFIG_MACH_SOCFPGA_EBV_SOCRATES=y
@@ -9,13 +10,15 @@ CONFIG_MACH_SOCFPGA_TERASIC_SOCKIT=y
CONFIG_THUMB2_BAREBOX=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
# CONFIG_ARM_EXCEPTIONS is not set
-# CONFIG_MEMINFO is not set
CONFIG_NAME="socfpga-xload_defconfig"
+# CONFIG_MEMINFO is not set
CONFIG_MMU=y
CONFIG_MALLOC_SIZE=0x0
CONFIG_MALLOC_DUMMY=y
CONFIG_SHELL_NONE=y
# CONFIG_ERRNO_MESSAGES is not set
+# CONFIG_DEBUG_BUGVERBOSE is not set
+# CONFIG_FILETYPE_STRINGS is not set
CONFIG_DRIVER_SERIAL_NS16550=y
# CONFIG_SPI is not set
CONFIG_MCI=y
--
2.47.3
prev parent reply other threads:[~2026-01-20 12:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-20 12:24 [PATCH 0/3] " Ahmad Fatoum
2026-01-20 12:24 ` [PATCH master 1/3] include: asm-generic/bug.h: allow disabling CONFIG_DEBUG_BUGVERBOSE Ahmad Fatoum
2026-01-20 12:24 ` [PATCH master 2/3] ARMv7: hyp: allow disabling support for invoking barebox in HYP mode Ahmad Fatoum
2026-01-20 12:24 ` Ahmad Fatoum [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=20260120122453.627239-4-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--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