From 93084103d940c02d64a729cf5fd14c3347781c88 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 8 Jul 2020 15:45:16 +0200 Subject: mb/lenovo/t440p/romstage.c: Drop empty function There's a weak definition in chipset code that does nothing as well. Change-Id: I2531e8b9d48eb4a1a667f22a81bb082ec98c1199 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/43297 Tested-by: build bot (Jenkins) Reviewed-by: Tristan Corrick --- src/mainboard/lenovo/t440p/romstage.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/lenovo/t440p') diff --git a/src/mainboard/lenovo/t440p/romstage.c b/src/mainboard/lenovo/t440p/romstage.c index 845bde8d20..a1bcac0443 100644 --- a/src/mainboard/lenovo/t440p/romstage.c +++ b/src/mainboard/lenovo/t440p/romstage.c @@ -24,10 +24,6 @@ static const struct rcba_config_instruction rcba_config[] = { RCBA_END_CONFIG, }; -void mainboard_config_superio(void) -{ -} - void mainboard_romstage_entry(void) { struct pei_data pei_data = { -- cgit v1.2.3