From ccceb2250eeb820fccfb62d1f3ab407582d2e79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Sat, 12 Dec 2020 01:51:41 +0100 Subject: mb/clevo/kbl-u: drop duplicated configuration of UART pads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UART pads already get configured in bootblock by the UART driver in soc code. Thus, drop the duplicated code from the mainboard. Change-Id: I95565a74e19d693a7d5ead81e72592cc4ca2038c Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/48594 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/clevo/kbl-u/bootblock.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/mainboard/clevo/kbl-u/bootblock.c (limited to 'src/mainboard/clevo/kbl-u/bootblock.c') diff --git a/src/mainboard/clevo/kbl-u/bootblock.c b/src/mainboard/clevo/kbl-u/bootblock.c deleted file mode 100644 index b351fbd8ef..0000000000 --- a/src/mainboard/clevo/kbl-u/bootblock.c +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include -#include - -void bootblock_mainboard_early_init(void) -{ - variant_configure_early_gpios(); -} -- cgit v1.2.3