Angel Pons has uploaded this change for review.

View Change

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 <th3fanbus@gmail.com>
---
M src/mainboard/lenovo/t440p/romstage.c
1 file changed, 0 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/43297/1
diff --git a/src/mainboard/lenovo/t440p/romstage.c b/src/mainboard/lenovo/t440p/romstage.c
index ea1193f..859e690 100644
--- a/src/mainboard/lenovo/t440p/romstage.c
+++ b/src/mainboard/lenovo/t440p/romstage.c
@@ -26,10 +26,6 @@
RCBA_END_CONFIG,
};

-void mainboard_config_superio(void)
-{
-}
-
void mainboard_romstage_entry(void)
{
struct pei_data pei_data = {

To view, visit change 43297. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2531e8b9d48eb4a1a667f22a81bb082ec98c1199
Gerrit-Change-Number: 43297
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Alexander Couzens <lynxis@fe80.eu>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-MessageType: newchange