summaryrefslogtreecommitdiff
path: root/plat/common
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-24 18:07:46 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-10-25 01:21:01 +0900
commit240b3140308c0a8218d05a6a249d1dbdba9e2f52 (patch)
treefa3614b3612f8784401627b192babc4976b0db6c /plat/common
parentba21b75a801f7129874d4bdece5c6fa87767333a (diff)
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>
Diffstat (limited to 'plat/common')
-rw-r--r--plat/common/aarch64/platform_helpers.S2
1 files changed, 1 insertions, 1 deletions
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