Commit 240b3140 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

Fix comment of plat_reset_handler stub



As described in the Porting Guide, plat_reset_handler should
preserve x19 to x29.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent ba21b75a
...@@ -98,7 +98,7 @@ endfunc plat_crash_console_putc ...@@ -98,7 +98,7 @@ endfunc plat_crash_console_putc
/* ----------------------------------------------------- /* -----------------------------------------------------
* Placeholder function which should be redefined by * 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 func plat_reset_handler
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment