aboutsummaryrefslogtreecommitdiff
path: root/board/armltd
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2020-04-27 19:18:02 +0100
committerTom Rini <trini@konsulko.com>2020-05-07 09:01:42 -0400
commitbe0d09695d2bd689a3804eab82658d77eb495681 (patch)
tree41986dfc6a70ec07912eaaa5c858438d864563af /board/armltd
parentb3270e91385111facdb7c79c30f2943d93e63280 (diff)
downloadu-boot-be0d09695d2bd689a3804eab82658d77eb495681.zip
u-boot-be0d09695d2bd689a3804eab82658d77eb495681.tar.gz
u-boot-be0d09695d2bd689a3804eab82658d77eb495681.tar.bz2
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 'board/armltd')
-rw-r--r--board/armltd/vexpress64/vexpress64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/armltd/vexpress64/vexpress64.c b/board/armltd/vexpress64/vexpress64.c
index ba49b32..5c7a8f5 100644
--- a/board/armltd/vexpress64/vexpress64.c
+++ b/board/armltd/vexpress64/vexpress64.c
@@ -139,9 +139,7 @@ void *board_fdt_blob_setup(void)
}
#endif
-/*
- * Board specific reset that is system reset.
- */
+/* Actual reset is done via PSCI. */
void reset_cpu(ulong addr)
{
}