diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-11-03 22:11:51 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-11-04 18:15:55 +0100 |
commit | bc39b488a5a721521b7256b7a1ac3a4f664b400d (patch) | |
tree | de701bde40f9faa213e003256d4e369d5b844baa /src/mainboard/asus/kfsn4-dre | |
parent | 6c4751d5965c3c8d87b21c39efd66ccc26ff5823 (diff) |
mainboard/asus: Increase reboot count on boards with recovery jumper
On server boards with a recovery jumper, having the fallback path
less sensitive to power fluctuations or BMC issues makes sense.
Increase the maximum number of boot attempts before automatic
fallback to 10 on these boards.
Change-Id: Iabe0b0cbf332686db8e9380a8b65a1477173599c
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/12320
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/asus/kfsn4-dre')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig index 28b5dcd201..5e455e07a8 100644 --- a/src/mainboard/asus/kfsn4-dre/Kconfig +++ b/src/mainboard/asus/kfsn4-dre/Kconfig @@ -93,4 +93,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL bool default y +config MAX_REBOOT_CNT + int + default 10 + endif # BOARD_ASUS_KFSN4_DRE |