Timothy Pearson (tpearson@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@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@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