mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: sunxi: drop select of undefined CPU_SUPPORTS_64BIT_KERNEL
@ 2025-09-04  7:31 Ahmad Fatoum
  2025-09-04  8:10 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-09-04  7:31 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

We define this symbol only on MIPS and RISC-V, so it's safe to remove on
ARM.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/mach-sunxi/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 4fdd0877bf83..8552438743f3 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -4,7 +4,6 @@ menu "Allwinner (sunxi) boards"
 config ARCH_SUN50I_A64
 	bool "Allwinner A64 SoC"
 	select CPU_V8
-	select CPU_SUPPORTS_64BIT_KERNEL
 	select CLOCKSOURCE_ARM_ARCHITECTED_TIMER
 	select PINCTRL_SUN50I_A64
 	depends on 64BIT
-- 
2.47.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: sunxi: drop select of undefined CPU_SUPPORTS_64BIT_KERNEL
  2025-09-04  7:31 [PATCH] ARM: sunxi: drop select of undefined CPU_SUPPORTS_64BIT_KERNEL Ahmad Fatoum
@ 2025-09-04  8:10 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-09-04  8:10 UTC (permalink / raw)
  To: barebox, Ahmad Fatoum


On Thu, 04 Sep 2025 09:31:35 +0200, Ahmad Fatoum wrote:
> We define this symbol only on MIPS and RISC-V, so it's safe to remove on
> ARM.
> 
> 

Applied, thanks!

[1/1] ARM: sunxi: drop select of undefined CPU_SUPPORTS_64BIT_KERNEL
      https://git.pengutronix.de/cgit/barebox/commit/?id=06d4c4a994b1 (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:[~2025-09-04  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-04  7:31 [PATCH] ARM: sunxi: drop select of undefined CPU_SUPPORTS_64BIT_KERNEL Ahmad Fatoum
2025-09-04  8:10 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox