mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
286f94803e
The changes from commit 0dba45864b
("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>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
9 lines
132 B
Makefile
9 lines
132 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2018 EETS GmbH - http://www.eets.ch/
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := board.o mux.o
|