[coreboot-gerrit] New patch to review for coreboot: 0518bbf Fix lint-stable target

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Aug 16 10:16:42 CEST 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3874

-gerrit

commit 0518bbf23b9fd0f481957687371005884a7b8d27
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Fri Aug 16 10:14:38 2013 +0200

    Fix lint-stable target
    
    SEABIOS_PS2_TIMEOUT needs a default, otherwise the "allyesconfig" target
    hangs in an endless loop.
    The given default is correctly overridden by the (currently sole) user,
    the lenovo/x60 target.
    
    Change-Id: I3f5e347c29ccbb4d711a489d067b6c909f030bd0
    Reported-by: Kyösti Mälkki
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
---
 src/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Kconfig b/src/Kconfig
index a3d572a..515c618 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -586,6 +586,7 @@ endchoice
 
 config SEABIOS_PS2_TIMEOUT
 	prompt "PS/2 keyboard controller initialization timeout (milliseconds)" if PAYLOAD_SEABIOS
+	default 0
 	depends on EXPERT
 	int
 	help



More information about the coreboot-gerrit mailing list