aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/zork/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/zork/mainboard.c')
-rw-r--r--src/mainboard/google/zork/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/zork/mainboard.c b/src/mainboard/google/zork/mainboard.c
index f295271596..f3ef5c5a98 100644
--- a/src/mainboard/google/zork/mainboard.c
+++ b/src/mainboard/google/zork/mainboard.c
@@ -160,7 +160,7 @@ static void mainboard_init(void *chip_info)
* For boards that only have GPIO generated events, table gpe_table[]
* must be removed, and get_gpe_table() should return NULL.
*/
- gpes = get_gpe_table(&num);
+ gpes = variant_gpe_table(&num);
if (gpes != NULL)
gpe_configure_sci(gpes, num);
}