]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: Remove mistyped GICV3 definition from ARCH_SYNQUACER 812/head
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Wed, 10 Sep 2025 09:25:01 +0000 (18:25 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 20 Sep 2025 18:02:58 +0000 (12:02 -0600)
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

index 16db046f4b8de0183ae11f4da1a7983f3d412138..625d2e995d2fa666072c6f06d6d9187fd4162e13 100644 (file)
@@ -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