commit | 4c81acab3816c6941900c2abdb412df6cf34bc74 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Fri Jan 22 18:02:54 2016 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sat Feb 06 13:45:04 2016 +0200 |
tree | 63938f00300b3b9739efd26c3a68fa4f1640b40e | |
parent | 36e8072ebeb1981074c7ec1b63bae3ecc3295b4b [diff] |
bcma: init serial console directly from ChipCommon code UART is connected to and controlled over ChipCommon core. It doesn't have much to do with MIPS core (where we initialize it currently) except just existing on embedded systemms. There isn't point of such cross-core initialization (and we needed #ifdef anyway) so just handle it in ChipCommon. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>