diff options
Diffstat (limited to 'src/mainboard/lenovo/t420s')
-rw-r--r-- | src/mainboard/lenovo/t420s/romstage.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t420s/romstage.c b/src/mainboard/lenovo/t420s/romstage.c index c0204582a7..e5e14164e8 100644 --- a/src/mainboard/lenovo/t420s/romstage.c +++ b/src/mainboard/lenovo/t420s/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) +{ +} |