aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/Kconfig
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2021-12-21 17:31:50 +0100
committerTom Rini <trini@konsulko.com>2022-01-14 13:16:11 -0500
commit3cdfa312c66f7cad0a654f267ba89c587f45273a (patch)
treef0cf416a22f552d1b0e6f975a102343d2cea3ec1 /arch/arm/cpu/armv8/Kconfig
parent36a3b4ed5632d8da13e3b89796cfdd0683021224 (diff)
downloadu-boot-3cdfa312c66f7cad0a654f267ba89c587f45273a.zip
u-boot-3cdfa312c66f7cad0a654f267ba89c587f45273a.tar.gz
u-boot-3cdfa312c66f7cad0a654f267ba89c587f45273a.tar.bz2
armv8: apple: Disable PSCI reset
Apple's ARMv8 cores don't implement EL3 and therefore don't provide a PSCI implementation. So don't attempt to use PSCI to reset on machines using Apple SoCs. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'arch/arm/cpu/armv8/Kconfig')
-rw-r--r--arch/arm/cpu/armv8/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig
index 0a3fdfa..9967376 100644
--- a/arch/arm/cpu/armv8/Kconfig
+++ b/arch/arm/cpu/armv8/Kconfig
@@ -102,7 +102,7 @@ config PSCI_RESET
bool "Use PSCI for reset and shutdown"
default y
select ARM_SMCCC if OF_CONTROL
- depends on !ARCH_EXYNOS7 && !ARCH_BCM283X && \
+ depends on !ARCH_APPLE && !ARCH_BCM283X && !ARCH_EXYNOS7 && \
!TARGET_LS2080AQDS && \
!TARGET_LS2080ARDB && !TARGET_LS2080A_EMU && \
!TARGET_LS1088ARDB && !TARGET_LS1088AQDS && \