Fix comment of plat_reset_handler stub
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 24 Sep 2016 09:07:46 +0000 (18:07 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 24 Oct 2016 16:21:01 +0000 (01:21 +0900)
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

index a134ded028d431811134ede90eac6508bf8e132e..68bda2233c8bc2557cb6eabfee41feffecfc93ea 100644 (file)
@@ -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