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