aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/beltino/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/beltino/romstage.c')
-rw-r--r--src/mainboard/google/beltino/romstage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/beltino/romstage.c b/src/mainboard/google/beltino/romstage.c
index c49d94fe3e..5d9c37c016 100644
--- a/src/mainboard/google/beltino/romstage.c
+++ b/src/mainboard/google/beltino/romstage.c
@@ -11,8 +11,6 @@
#include <superio/ite/it8772f/it8772f.h>
#include "onboard.h"
-extern const struct pch_lp_gpio_map mainboard_gpio_map[];
-
void mainboard_config_rcba(void)
{
/*
@@ -107,7 +105,6 @@ void mainboard_romstage_entry(void)
struct romstage_params romstage_params = {
.pei_data = &pei_data,
- .gpio_map = &mainboard_gpio_map,
};
/* Early SuperIO setup */