diff options
Diffstat (limited to 'src/mainboard/google/butterfly')
-rw-r--r-- | src/mainboard/google/butterfly/romstage.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/butterfly/romstage.c b/src/mainboard/google/butterfly/romstage.c index 40b5e762dc..65a294c555 100644 --- a/src/mainboard/google/butterfly/romstage.c +++ b/src/mainboard/google/butterfly/romstage.c @@ -131,3 +131,7 @@ void mainboard_get_spd(spd_raw_data *spd) { void mainboard_early_init(int s3resume) { } + +void mainboard_config_superio(void) +{ +} |