commit | 2fde68fc915ea9ab3ef786a44b15d6f500123479 | [log] [tgz] |
---|---|---|
author | David Lechner <david@lechnology.com> | Sat May 19 23:25:04 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 05 10:33:57 2018 -0400 |
tree | 4c3c696b7762ba4adefef4c1c93ab8242a0f7d4a | |
parent | 5d3f08ab20045e66ec424aa0c403b21ed91c0250 [diff] |
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>