From: Kunihiko Hayashi Date: Wed, 10 Sep 2025 09:25:01 +0000 (+0900) Subject: ARM: Remove mistyped GICV3 definition from ARCH_SYNQUACER X-Git-Tag: v2025.10-rc5~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d33b21b7e261691e8d6613a24cc9b0ececba3b01;p=thirdparty%2Fu-boot.git ARM: Remove mistyped GICV3 definition from ARCH_SYNQUACER 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 --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 16db046f4b8..625d2e995d2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -2004,7 +2004,6 @@ config ARCH_SYNQUACER bool "Socionext SynQuacer SoCs" select ARM64 select DM - select GIC_V3 select PSCI_RESET select SYSRESET select SYSRESET_PSCI