]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb6151dd0e1747df6b8ee5b4491b5d9d93a14eb59
treeb1b797995e6cf6d6c30fc8649495d45a08e4d168
parent828c206d788ebc9411f630401de01e53df23fe1d
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