From b2a749d4acc25ddf07f754f8c95e48e809b7f425 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 21 Dec 2020 03:58:13 +0000 Subject: Revert "mb/clevo/cml-u: drop duplicated configuration of UART pads" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1a0071c7115819302c7df3fa2c07b1ca971e515d. Reason for revert: UART pad configuration should not be done in common code, since it could cause short circuits if the user configures a wrong UART index. Change-Id: I6022935eaab748f82c6330be0729ff72f4880493 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/48328 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/mainboard/clevo/cml-u/bootblock.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/mainboard/clevo/cml-u/bootblock.c (limited to 'src/mainboard/clevo/cml-u/bootblock.c') diff --git a/src/mainboard/clevo/cml-u/bootblock.c b/src/mainboard/clevo/cml-u/bootblock.c new file mode 100644 index 0000000000..389a7a986d --- /dev/null +++ b/src/mainboard/clevo/cml-u/bootblock.c @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#include +#include +#include + +void bootblock_mainboard_init(void) +{ + variant_configure_early_gpios(); +} -- cgit v1.2.3