]> Git Repo - u-boot.git/commit
ARM: legoev3: Move UART enable to early init
authorDavid Lechner <[email protected]>
Sun, 20 May 2018 04:25:04 +0000 (23:25 -0500)
committerTom Rini <[email protected]>
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 <[email protected]>
board/lego/ev3/legoev3.c
This page took 0.03433 seconds and 4 git commands to generate.