aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2015-01-07 15:55:32 +1100
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2015-01-11 08:28:31 +0100
commitfc13352f2ff674b2370f886d9b025f79608fe7c1 (patch)
tree2ccf4296f358278b686028a5646f31b0be77b98a
parent78c5d584a087265e44b076647db19efd4db4a7bb (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)
-rw-r--r--src/mainboard/lenovo/x201/romstage.c5
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];