summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv8/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-20 20:05:49 -0500
committerTom Rini <trini@konsulko.com>2021-04-10 08:01:00 -0400
commit9ac8368071c257394283c65fe3cf4d0feea3306a (patch)
tree7447a06d9c01eb3fcb50249a5468acaa732f4db6 /arch/arm/cpu/armv8/Kconfig
parent56124508cec17cb493ef82d3ad5545077361f38a (diff)
downloadu-boot-9ac8368071c257394283c65fe3cf4d0feea3306a.tar.gz
u-boot-9ac8368071c257394283c65fe3cf4d0feea3306a.tar.xz
u-boot-9ac8368071c257394283c65fe3cf4d0feea3306a.zip
arm: Remove s32v234evb board
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. Cc: Eddy Petrișor <eddy.petrisor@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
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 9cd6a8d642..b7a10a8e34 100644
--- a/arch/arm/cpu/armv8/Kconfig
+++ b/arch/arm/cpu/armv8/Kconfig
@@ -116,7 +116,7 @@ config PSCI_RESET
!TARGET_LS1046AFRWY && \
!TARGET_LS2081ARDB && !TARGET_LX2160ARDB && \
!TARGET_LX2160AQDS && !TARGET_LX2162AQDS && \
- !ARCH_UNIPHIER && !TARGET_S32V234EVB
+ !ARCH_UNIPHIER
help
Most armv8 systems have PSCI support enabled in EL3, either through
ARM Trusted Firmware or other firmware.