Timothy Pearson (tpearson@raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8725
-gerrit
commit d530af2d9359d8e8aed6dde5a4bc77da45c79750 Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Wed Mar 18 01:31:34 2015 -0500
Kconfig: Add MAX_REBOOT_CNT description
Change-Id: Ie28812a84bd063d097e23294b8588f974a3a19e9 Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com --- src/Kconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/Kconfig b/src/Kconfig index 6cabc70..da68af2 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1173,8 +1173,10 @@ config REG_SCRIPT help Internal option that controls whether we compile in register scripts.
-# Maximum reboot count -# TODO: Improve description. config MAX_REBOOT_CNT int default 3 + help + Internal option that sets the maximum number of bootblock executions allowed + with the normal image enabled before assuming the normal image is defective + and switching to the fallback image. \ No newline at end of file