git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f28891d
)
ARM: Remove mistyped GICV3 definition from ARCH_SYNQUACER
author
Kunihiko Hayashi
<hayashi.kunihiko@socionext.com>
Wed, 10 Sep 2025 09:25:01 +0000
(18:25 +0900)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index
16db046
..
625d2e9
100644
(file)
--- 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