aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/butterfly/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/butterfly/romstage.c')
-rw-r--r--src/mainboard/google/butterfly/romstage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/butterfly/romstage.c b/src/mainboard/google/butterfly/romstage.c
index 6b7562d9e3..40b5e762dc 100644
--- a/src/mainboard/google/butterfly/romstage.c
+++ b/src/mainboard/google/butterfly/romstage.c
@@ -128,3 +128,6 @@ void mainboard_get_spd(spd_raw_data *spd) {
read_spd(&spd[0], 0x50);
read_spd(&spd[2], 0x52);
}
+
+void mainboard_early_init(int s3resume) {
+}