* [PATCH] ARM: socfpga: replace select of undefined symbols
@ 2026-01-05 8:27 Ahmad Fatoum
2026-01-06 7:40 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2026-01-05 8:27 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: socfpga: replace select of undefined symbols
2026-01-05 8:27 [PATCH] ARM: socfpga: replace select of undefined symbols Ahmad Fatoum
@ 2026-01-06 7:40 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2026-01-06 7:40 UTC (permalink / raw)
To: barebox, Ahmad Fatoum
On Mon, 05 Jan 2026 09:27:16 +0100, Ahmad Fatoum wrote:
> ARM_USE_COMPRESSED_DTB has been superseded by USE_COMPRESSED_DTB in the
> meantime.
>
>
Applied, thanks!
[1/1] ARM: socfpga: replace select of undefined symbols
https://git.pengutronix.de/cgit/barebox/commit/?id=f8e45126e119 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-06 7:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-05 8:27 [PATCH] ARM: socfpga: replace select of undefined symbols Ahmad Fatoum
2026-01-06 7:40 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox