aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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