
23 Feb
2022
23 Feb
'22
11:59 p.m.
On Tue, 15 Feb 2022 at 07:27, Felix Brack fb@ltec.ch wrote:
The changes from commit 0dba45864b2a ("arm: Init the debug UART") prevent the early debug UART from being initialized correctly. To fix this we not just configure the pin multiplexer but add setting up early clocks.
Signed-off-by: Felix Brack fb@ltec.ch
board/eets/pdu001/Makefile | 6 +----- board/eets/pdu001/board.c | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org