commit | 4a900a2aa0556046aac94e9dd09af306fe9265f6 | [log] [tgz] |
---|---|---|
author | danh-arm <dan.handley@arm.com> | Wed Jan 06 14:49:06 2016 +0000 |
committer | danh-arm <dan.handley@arm.com> | Wed Jan 06 14:49:06 2016 +0000 |
tree | cfa7a1d5e9527d005a33abb3016c671241ac1f0a | |
parent | d0c104e1e1ad0102f0f4c70997b7ee6e6fbbe273 [diff] | |
parent | c85a15fcbec0c6aa6234bf70f7bba7b9e39dca00 [diff] |
Merge pull request #477 from mtk09422/console_uninit Add ret to return from console_uninit() function
diff --git a/drivers/console/console.S b/drivers/console/console.S index 40a6db9..b772363 100644 --- a/drivers/console/console.S +++ b/drivers/console/console.S
@@ -79,6 +79,7 @@ mov x0, #0 adrp x3, console_base str x0, [x3, :lo12:console_base] + ret endfunc console_uninit /* ---------------------------------------------