[coreboot-gerrit] New patch to review for coreboot: 0077bfc mainboard/lenovo/t520: too many arguments to pc_keyboard_init

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Wed May 14 12:53:38 CEST 2014


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

-gerrit

commit 0077bfc00c4823abdd619cb287b019cf2e1c8b8e
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed May 14 20:49:43 2014 +1000

    mainboard/lenovo/t520: too many arguments to pc_keyboard_init
    
    Fix build regression introduced in:
    a823f9b mainboard/lenovo: Add Lenovo Thinkpad T520 support
    
    Change-Id: I60d92f8cceda6427f43e6be9d78c2af82af4b061
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/lenovo/t520/mainboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/t520/mainboard.c b/src/mainboard/lenovo/t520/mainboard.c
index e387a9f..c213791 100644
--- a/src/mainboard/lenovo/t520/mainboard.c
+++ b/src/mainboard/lenovo/t520/mainboard.c
@@ -158,7 +158,7 @@ static void mainboard_init(device_t dev)
 	RCBA32(0x38c4) = 0x00802005;
 	RCBA32(0x38c0) = 0x00000007;
 
-	pc_keyboard_init(0);
+	pc_keyboard_init();
 
 	/* Enable expresscard hotplug events.  */
 	pci_write_config32(dev_find_slot(0, PCI_DEVFN(0x1c, 2)),



More information about the coreboot-gerrit mailing list