[coreboot-gerrit] Patch set updated for coreboot: 6256bcc mainboard/lenovo/x201/romstage.c: Remove unused function

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sat Jan 10 15:38:11 CET 2015


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8158

-gerrit

commit 6256bccd4612f3aa8b41ce73cbeacad500633da7
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed Jan 7 15:55:32 2015 +1100

    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 at alterapraxis.com>
---
 src/mainboard/lenovo/x201/romstage.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c
index 64011b1..624440a 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];



More information about the coreboot-gerrit mailing list