ARM: da850-evm: Remove duplicate UART initialization
authorAdam Ford <aford173@gmail.com>
Sun, 23 Jun 2019 22:48:36 +0000 (17:48 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 27 Jul 2019 02:24:12 +0000 (22:24 -0400)
commit938359c5704835d5cf8d20f09beab1b361891003
treefb816c5c6be3dd84615e608fe6c5bf0c1680be64
parent9de4695f757537f87186f268264a333d681cb811
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>
board/davinci/da8xxevm/da850evm.c