aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/jecht
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/jecht')
-rw-r--r--src/mainboard/google/jecht/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/jecht/romstage.c b/src/mainboard/google/jecht/romstage.c
index 612901123e..58db3cf522 100644
--- a/src/mainboard/google/jecht/romstage.c
+++ b/src/mainboard/google/jecht/romstage.c
@@ -18,7 +18,7 @@ void mainboard_pre_raminit(struct romstage_params *rp)
mainboard_fill_spd_data(&rp->pei_data);
}
-void mainboard_post_raminit(struct romstage_params *rp)
+void mainboard_post_raminit(const int s3resume)
{
if (CONFIG(CHROMEOS))
init_bootmode_straps();