aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/clevo/kbl-u/bootblock.c
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-12-04 09:05:48 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2020-12-06 11:23:47 +0000
commiteb6bde07f006d69a068ccec681a3372471ec4a41 (patch)
treec3eeebefd7cfbdc0610e5a4ef0667186d498a81a /src/mainboard/clevo/kbl-u/bootblock.c
parent42551478a787dec70d94df22f59c6466f566e07a (diff)
mb/clevo/kbl-u: Add a seperate method for early GPIOs
Add variant_configure_early_gpios() configuring early GPIOs to make the difference clear. Change-Id: I6e7c8c32963c9eeab4399947dac511442987cb45 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48298 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/clevo/kbl-u/bootblock.c')
-rw-r--r--src/mainboard/clevo/kbl-u/bootblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/clevo/kbl-u/bootblock.c b/src/mainboard/clevo/kbl-u/bootblock.c
index 8f085bee98..b351fbd8ef 100644
--- a/src/mainboard/clevo/kbl-u/bootblock.c
+++ b/src/mainboard/clevo/kbl-u/bootblock.c
@@ -5,5 +5,5 @@
void bootblock_mainboard_early_init(void)
{
- variant_configure_gpios();
+ variant_configure_early_gpios();
}