aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t430s/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t430s/romstage.c')
-rw-r--r--src/mainboard/lenovo/t430s/romstage.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t430s/romstage.c b/src/mainboard/lenovo/t430s/romstage.c
index 4a99b6d7d6..d1bcc3bf1d 100644
--- a/src/mainboard/lenovo/t430s/romstage.c
+++ b/src/mainboard/lenovo/t430s/romstage.c
@@ -70,3 +70,7 @@ void mainboard_get_spd(spd_raw_data *spd) {
void mainboard_early_init(int s3resume) {
}
+
+void mainboard_config_superio(void)
+{
+}