[coreboot-gerrit] New patch to review for coreboot: src: Make maximum reboot count user configurable

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Wed Nov 4 05:06:44 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12319

-gerrit

commit 5a4e12bf380a1ba616927b3300858040f688c96d
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Tue Nov 3 22:04:45 2015 -0600

    src: Make maximum reboot count user configurable
    
    Change-Id: Ibe54ed14a6500eaa4a25f33f34f3c78216e6ccd6
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index 865f7f5..ea0499e 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1107,7 +1107,7 @@ config REG_SCRIPT
 	  Internal option that controls whether we compile in register scripts.
 
 config MAX_REBOOT_CNT
-	int
+	int "Maximum reboot count"
 	default 3
 	help
 	  Internal option that sets the maximum number of bootblock executions allowed



More information about the coreboot-gerrit mailing list