diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 15:45:16 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-09 13:46:40 +0000 |
commit | 93084103d940c02d64a729cf5fd14c3347781c88 (patch) | |
tree | 1a17150cdc49c7d3c315c30fc253c2b13c6acbf1 /src/mainboard/lenovo | |
parent | a5c970d4335fe220fec85cf510f79df78b88916f (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43297
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t440p/romstage.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 = { |