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>
This commit is contained in:
Masahiro Yamada 2016-09-24 18:07:46 +09:00
parent ba21b75a80
commit 240b314030
1 changed files with 1 additions and 1 deletions

View 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