ARM: legoev3: Move UART enable to early init
authorDavid Lechner <david@lechnology.com>
Sun, 20 May 2018 04:25:04 +0000 (23:25 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 5 Jun 2018 14:33:57 +0000 (10:33 -0400)
commit648e87a1ec961de00ac0d7dcbd15b2ff1804ef8d
tree4c3c696b7762ba4adefef4c1c93ab8242a0f7d4a
parent1374d88bf391e4b1a23d55eab4d469b68fd7fc4b
ARM: legoev3: Move UART enable to early init

This moves the UART init for LEGO MINDSTORMS EV3 to board_early_init_f().
Some console messages were not being printed because the UART was not
enabled until later in the init process.

Signed-off-by: David Lechner <david@lechnology.com>
board/lego/ev3/legoev3.c