diff options
Diffstat (limited to 'src/mainboard/lenovo/t520')
-rw-r--r-- | src/mainboard/lenovo/t520/romstage.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t520/romstage.c b/src/mainboard/lenovo/t520/romstage.c index 59bad9a1bf..4c41665333 100644 --- a/src/mainboard/lenovo/t520/romstage.c +++ b/src/mainboard/lenovo/t520/romstage.c @@ -85,3 +85,7 @@ void mainboard_get_spd(spd_raw_data *spd) { void mainboard_early_init(int s3resume) { } + +void mainboard_config_superio(void) +{ +} |