Commits
David Lechner committed 648e87a1ec9
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>