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, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/jecht/romstage.c b/src/mainboard/google/jecht/romstage.c
index 7eccca97cb..ef807fc64a 100644
--- a/src/mainboard/google/jecht/romstage.c
+++ b/src/mainboard/google/jecht/romstage.c
@@ -14,6 +14,7 @@
* GNU General Public License for more details.
*/
+#include <bootmode.h>
#include <console/console.h>
#include <string.h>
#include <ec/google/chromeec/ec.h>
@@ -47,7 +48,7 @@ void mainboard_romstage_entry(struct romstage_params *rp)
romstage_common(rp);
if (IS_ENABLED(CONFIG_CHROMEOS))
- save_chromeos_gpios();
+ init_bootmode_straps();
}
void mainboard_pre_console_init(void)