mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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>
This commit is contained in:
parent
f5d7f605ab
commit
17ada2e039
1 changed files with 4 additions and 2 deletions
|
@ -1173,8 +1173,10 @@ config REG_SCRIPT
|
||||||
help
|
help
|
||||||
Internal option that controls whether we compile in register scripts.
|
Internal option that controls whether we compile in register scripts.
|
||||||
|
|
||||||
# Maximum reboot count
|
|
||||||
# TODO: Improve description.
|
|
||||||
config MAX_REBOOT_CNT
|
config MAX_REBOOT_CNT
|
||||||
int
|
int
|
||||||
default 3
|
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.
|
Loading…
Add table
Reference in a new issue