commit | 551f426011e31fad37fe66108ffdf05eb48e3176 | [log] [tgz] |
---|---|---|
author | Felix Brack <fb@ltec.ch> | Mon Feb 21 14:26:05 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 28 10:33:11 2022 -0500 |
tree | b1b797995e6cf6d6c30fc8649495d45a08e4d168 | |
parent | 286f94803ee446a3ef730626f2219a0a28a82b8e [diff] |
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>