aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/jecht/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/jecht/romstage.c')
-rw-r--r--src/mainboard/google/jecht/romstage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/jecht/romstage.c b/src/mainboard/google/jecht/romstage.c
index a71d3fe53c..6203a1e457 100644
--- a/src/mainboard/google/jecht/romstage.c
+++ b/src/mainboard/google/jecht/romstage.c
@@ -46,6 +46,9 @@ void mainboard_romstage_entry(struct romstage_params *rp)
/* Call into the real romstage main with this board's attributes. */
romstage_common(rp);
+
+ if (IS_ENABLED(CONFIG_CHROMEOS))
+ save_chromeos_gpios();
}
void mainboard_pre_console_init(void)