From 240b3140308c0a8218d05a6a249d1dbdba9e2f52 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada <yamada.masahiro@socionext.com> Date: Sat, 24 Sep 2016 18:07:46 +0900 Subject: [PATCH] Fix comment of plat_reset_handler stub As described in the Porting Guide, plat_reset_handler should preserve x19 to x29. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- plat/common/aarch64/platform_helpers.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/common/aarch64/platform_helpers.S b/plat/common/aarch64/platform_helpers.S index a134ded02..68bda2233 100644 --- a/plat/common/aarch64/platform_helpers.S +++ b/plat/common/aarch64/platform_helpers.S @@ -98,7 +98,7 @@ endfunc plat_crash_console_putc /* ----------------------------------------------------- * Placeholder function which should be redefined by - * each platform. This function should preserve x10. + * each platform. This function should preserve x19 - x29. * ----------------------------------------------------- */ func plat_reset_handler -- GitLab