aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/gaze16/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/gaze16/bootblock.c')
-rw-r--r--src/mainboard/system76/gaze16/bootblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/gaze16/bootblock.c b/src/mainboard/system76/gaze16/bootblock.c
index d25acdf383..0dc25dd200 100644
--- a/src/mainboard/system76/gaze16/bootblock.c
+++ b/src/mainboard/system76/gaze16/bootblock.c
@@ -5,5 +5,5 @@
void bootblock_mainboard_init(void)
{
- gpio_configure_pads(early_gpio_table, ARRAY_SIZE(early_gpio_table));
+ variant_configure_early_gpios();
}