commit | 8171c8285e8ba26c5d152215502cf7a9bfc61bf4 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Jun 23 17:48:36 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 26 22:24:12 2019 -0400 |
tree | fb816c5c6be3dd84615e608fe6c5bf0c1680be64 | |
parent | d4c65fae857e6641b56002dd37793f214e77ff2f [diff] |
ARM: da850-evm: Remove duplicate UART initialization The Low Level init functions start the UART, so it doesn't need to happen during board_init. This patch removes it from board_init. Signed-off-by: Adam Ford <aford173@gmail.com>