aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-03-18 01:31:34 -0500
committerAaron Durbin <adurbin@google.com>2015-03-20 22:09:34 +0100
commit17ada2e03946a5ae81f1a43e286c6ad57d558d97 (patch)
tree15b50370e2f5a4522a0c2a0a6c7505c7693d0c4a /src/Kconfig
parentf5d7f605aba97451f3116cf6489c0e31b5554427 (diff)
Kconfig: Add MAX_REBOOT_CNT description
Change-Id: Ie28812a84bd063d097e23294b8588f974a3a19e9 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/8725 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 6cabc70e2f..da68af251e 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