diff mbox series

ARM: Remove mistyped GICV3 definition from ARCH_SYNQUACER

Message ID 20250910092501.279817-1-hayashi.kunihiko@socionext.com
State Accepted
Delegated to: Tom Rini
Headers show
Series ARM: Remove mistyped GICV3 definition from ARCH_SYNQUACER | expand

Commit Message

Kunihiko Hayashi Sept. 10, 2025, 9:25 a.m. UTC
The config "GIC_V3" seems to be typo, and currently "GICV3" remains
disabled. This should be removed until needed.

Fixes: 5cd4a355e0f0 ("board: synquacer: Add DeveloperBox 96boards EE support")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
---
 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Sept. 20, 2025, 6:05 p.m. UTC | #1
On Wed, 10 Sep 2025 18:25:01 +0900, Kunihiko Hayashi wrote:

> The config "GIC_V3" seems to be typo, and currently "GICV3" remains
> disabled. This should be removed until needed.
> 
> 

Applied to u-boot/master, thanks!

[1/1] ARM: Remove mistyped GICV3 definition from ARCH_SYNQUACER
      commit: d33b21b7e261691e8d6613a24cc9b0ececba3b01
diff mbox series

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6ff3f2750ea8..e38e1e0f0c16 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1989,7 +1989,6 @@  config ARCH_SYNQUACER
 	bool "Socionext SynQuacer SoCs"
 	select ARM64
 	select DM
-	select GIC_V3
 	select PSCI_RESET
 	select SYSRESET
 	select SYSRESET_PSCI