commit | 11ba787a509da9a80b2e2acfa33c038d7d4f3a00 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Tue Aug 23 22:33:11 2022 +0200 |
committer | Manish V Badarkhe <manish.badarkhe@arm.com> | Tue May 09 21:44:29 2023 +0200 |
tree | 032da96e8667fb4ac352aecb3325a05cfabb4f75 | |
parent | ad32501672db1c16ff8bd7fa704caa28d36a3cd9 [diff] |
fix(msm8916): print \r before \n on UART console UART drivers in TF-A are expected to print \r before \n. Some terminal emulators expect \r\n as line endings by default so not doing this causes broken line breaks. Change-Id: I271a35a7c6907441bc71713b0b6a1da19da96878 Signed-off-by: Stephan Gerhold <stephan@gerhold.net>