commit | 524e3ececad0397e42c05f02d4e6947edfee98bd | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Fri May 29 10:28:26 2020 +0800 |
committer | Ken Liu <Ken.Liu@arm.com> | Fri Jun 05 04:23:33 2020 +0100 |
tree | cea9554e44a1008d155fc4895de0a49a7883f0ce | |
parent | 738a4b0118ab9bba132bc244ea91143763ee7037 [diff] |
Platform: Unify NS and secure UART STDOUT implementation The uart_stdout implementations are actually identical for Non-secure and Secure. The only difference is the actual underlying stdio driver. This patch unifies the implementations to one file, using Macro to distinguish different drivers. The patch also removes the unused enum uart_channel. Change-Id: Ice89127cc98bd185947ce8de7af5190bd5bd69dc Signed-off-by: Kevin Peng <kevin.peng@arm.com>