[PATCH] ARM: Remove mistyped GICV3 definition from ARCH_SYNQUACER
Kunihiko Hayashi
hayashi.kunihiko at socionext.com
Wed Sep 10 11:25:01 CEST 2025
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 at socionext.com>
---
arch/arm/Kconfig | 1 -
1 file changed, 1 deletion(-)
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
--
2.34.1
More information about the U-Boot
mailing list