summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAmbroise Vincent <ambroise.vincent@arm.com>2019-05-31 16:21:59 +0100
committerAmbroise Vincent <ambroise.vincent@arm.com>2019-07-16 13:01:02 +0000
commit52e91081a9f5a97b0aaaed6ad610e4e0f1aec417 (patch)
treef5d6dcc1eb4c5440ceee4a0293a95421ba4b1dfd /include
parentd0d0f171643a22bbc3d06f5b6dde40cc1d9d5d11 (diff)
console: update skeleton
Update the skeleton implementation of the console interface. The 32 bit version was outdated and has been copied from the 64 bit version. Change-Id: Ib3e4eb09402ffccb1a30c703a53829a7bf064dfe Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/arch/aarch32/console_macros.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/aarch32/console_macros.S b/include/arch/aarch32/console_macros.S
index 070be849..996cb327 100644
--- a/include/arch/aarch32/console_macros.S
+++ b/include/arch/aarch32/console_macros.S
@@ -15,7 +15,7 @@
* default consoles are enabled for the "boot" and "crash" states, this can be
* changed after registration with the console_set_scope() function). It ends
* with a tail call that will include return to the caller.
- * REQUIRES console_t pointer in x0 and a valid return address in x30.
+ * REQUIRES console_t pointer in r0 and a valid return address in lr.
*/
.macro finish_console_register _driver, putc=0, getc=0, flush=0
/*