Merge pull request #477 from mtk09422/console_uninit

Add ret to return from console_uninit() function
This commit is contained in:
danh-arm 2016-01-06 14:49:06 +00:00
commit 4a900a2aa0
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ func console_uninit
mov x0, #0
adrp x3, console_base
str x0, [x3, :lo12:console_base]
ret
endfunc console_uninit
/* ---------------------------------------------