From: Masahiro Yamada Date: Sat, 24 Sep 2016 09:07:46 +0000 (+0900) Subject: Fix comment of plat_reset_handler stub X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=240b3140308c0a8218d05a6a249d1dbdba9e2f52;p=project%2Fbcm63xx%2Fatf.git 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 --- diff --git a/plat/common/aarch64/platform_helpers.S b/plat/common/aarch64/platform_helpers.S index a134ded0..68bda223 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