From: Ahmad Fatoum <a.fatoum@barebox.org>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@barebox.org>
Subject: [PATCH] ARM: socfpga: replace select of undefined symbols
Date: Mon, 5 Jan 2026 09:27:16 +0100 [thread overview]
Message-ID: <20260105082722.3251552-1-a.fatoum@barebox.org> (raw)
ARM_USE_COMPRESSED_DTB has been superseded by USE_COMPRESSED_DTB in the
meantime.
Signed-off-by: Ahmad Fatoum <a.fatoum@barebox.org>
---
arch/arm/mach-socfpga/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index 7b05646eac0b..6f50ff36e347 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -23,7 +23,7 @@ config ARCH_SOCFPGA_ARRIA10
bool
select CPU_V7
select ARM_SMP_TWD
- select ARM_USE_COMPRESSED_DTB
+ select USE_COMPRESSED_DTB
select RESET_CONTROLLER
select OFDEVICE
select OFTREE
@@ -75,7 +75,7 @@ if 64BIT
config ARCH_SOCFPGA_AGILEX5
bool
select CPU_V8
- select ARM_USE_COMPRESSED_DTB
+ select USE_COMPRESSED_DTB
select RESET_CONTROLLER
select RESET_SIMPLE
select OFDEVICE
--
2.47.3
next reply other threads:[~2026-01-05 8:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-05 8:27 Ahmad Fatoum [this message]
2026-01-06 7:40 ` 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=20260105082722.3251552-1-a.fatoum@barebox.org \
--to=a.fatoum@barebox.org \
--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