aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Dykes <mardyk01@review.trustedfirmware.org>2020-10-14 18:59:27 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-10-14 18:59:27 +0000
commitdfe577a817d8384c313f0a184be75efeb3cd8445 (patch)
tree70b809f525b66182abb50f8fa77a9a5202bf0a5f /docs
parent5dfe680fa8041d2a4a983fee9517a6bf451a1767 (diff)
parent831b0e9824e6c7cb07308830c12977acb79156c7 (diff)
downloadarm-trusted-firmware-dfe577a817d8384c313f0a184be75efeb3cd8445.tar.gz
Merge "Don't return error information from console_flush" into integration
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/porting-guide.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/getting_started/porting-guide.rst b/docs/getting_started/porting-guide.rst
index f3316164b..19e26e4ea 100644
--- a/docs/getting_started/porting-guide.rst
+++ b/docs/getting_started/porting-guide.rst
@@ -2724,12 +2724,11 @@ Function : plat_crash_console_flush [mandatory]
::
Argument : void
- Return : int
+ Return : void
This API is used by the crash reporting mechanism to force write of all buffered
data on the designated crash console. It should only use general purpose
-registers x0 through x5 to do its work. The return value is 0 on successful
-completion; otherwise the return value is -1.
+registers x0 through x5 to do its work.
.. _External Abort handling and RAS Support: