summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2020-04-27 21:18:02 +0300
committerTom Rini <trini@konsulko.com>2020-05-07 16:01:42 +0300
commitbe0d09695d2bd689a3804eab82658d77eb495681 (patch)
tree41986dfc6a70ec07912eaaa5c858438d864563af /arch/arm
parentb3270e91385111facdb7c79c30f2943d93e63280 (diff)
downloadu-boot-be0d09695d2bd689a3804eab82658d77eb495681.tar.xz
arm: juno: Use PSCI based reset
So far the Juno board wasn't implementing reset. Let's just use the already existing PSCI_RESET based method to avoid any extra code. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 27ae0a8b5d..7c589121a0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1167,6 +1167,8 @@ config TARGET_VEXPRESS64_JUNO
select OF_BOARD
select CLK
select DM_SERIAL
+ select ARM_PSCI_FW
+ select PSCI_RESET
config TARGET_LS2080A_EMU
bool "Support ls2080a_emu"