arm: pdu001: Setup pinmux for console UART as early as possible
authorFelix Brack <fb@ltec.ch>
Mon, 21 Feb 2022 13:26:05 +0000 (14:26 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 28 Feb 2022 15:33:11 +0000 (10:33 -0500)
commit551f426011e31fad37fe66108ffdf05eb48e3176
treeb1b797995e6cf6d6c30fc8649495d45a08e4d168
parent286f94803ee446a3ef730626f2219a0a28a82b8e
arm: pdu001: Setup pinmux for console UART as early as possible

To make sure we get a working console as soon as possible in the SPL the
UART pins require to be configured earlier. This is especially
true for the pins of UART3, since the PDU001 board uses this UART for
the console by default.

Signed-off-by: Felix Brack <fb@ltec.ch>
board/eets/pdu001/board.c