diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-07 15:55:32 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-11 08:28:31 +0100 |
commit | fc13352f2ff674b2370f886d9b025f79608fe7c1 (patch) | |
tree | 2ccf4296f358278b686028a5646f31b0be77b98a /src/mainboard | |
parent | 78c5d584a087265e44b076647db19efd4db4a7bb (diff) |
mainboard/lenovo/x201/romstage.c: Remove unused function
Function was orginally used for reverse engineering.
Change-Id: I646dddd39e61b59358b29a49239c0a1de77c7e55
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/8158
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/lenovo/x201/romstage.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c index 64011b1f6e..624440a93e 100644 --- a/src/mainboard/lenovo/x201/romstage.c +++ b/src/mainboard/lenovo/x201/romstage.c @@ -167,11 +167,6 @@ static inline u32 read_acpi32(u32 addr) return inl(DEFAULT_PMBASE | addr); } -static inline u16 read_acpi16(u32 addr) -{ - return inw(DEFAULT_PMBASE | addr); -} - static void set_fsb_frequency(void) { u8 block[5]; |