aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/clevo/kbl-u/include
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-12-21 03:57:17 +0000
committerMichael Niewöhner <foss@mniewoehner.de>2020-12-21 22:12:41 +0000
commitf65945fe8c2ae3d225d23aa27f8784d1d37027ac (patch)
tree870d5760c8ac723ed194f5027cf0954553c8ea7a /src/mainboard/clevo/kbl-u/include
parentdb27d6f6d04468959decd8ceb0d558dc35dc6cc3 (diff)
Revert "mb/clevo/kbl-u: drop duplicated configuration of UART pads"
This reverts commit ccceb2250eeb820fccfb62d1f3ab407582d2e79f. 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: Idc268debc60a027ed2f5a76e0de8ea2d1cde0fc4 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48327 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/clevo/kbl-u/include')
-rw-r--r--src/mainboard/clevo/kbl-u/include/variant/gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/clevo/kbl-u/include/variant/gpio.h b/src/mainboard/clevo/kbl-u/include/variant/gpio.h
index 4258325cf9..95d576294f 100644
--- a/src/mainboard/clevo/kbl-u/include/variant/gpio.h
+++ b/src/mainboard/clevo/kbl-u/include/variant/gpio.h
@@ -3,6 +3,7 @@
#ifndef VARIANT_GPIO_H
#define VARIANT_GPIO_H
+void variant_configure_early_gpios(void);
void variant_configure_gpios(void);
#endif