aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2023-01-24 18:06:56 +0100
committerTom Rini <trini@konsulko.com>2023-02-06 13:04:53 -0500
commit6073fbea88dfc424e35b4dcdf1fc65fabe2c30ed (patch)
treec412a52d226d493c0a49150473922adc5a7d9605 /configs
parentaeb9db908026faf14d6ed96ef7fe0d99493dc90e (diff)
downloadu-boot-6073fbea88dfc424e35b4dcdf1fc65fabe2c30ed.zip
u-boot-6073fbea88dfc424e35b4dcdf1fc65fabe2c30ed.tar.gz
u-boot-6073fbea88dfc424e35b4dcdf1fc65fabe2c30ed.tar.bz2
powerpc/mpc85xx: socrates: Add boot retry feature
add boot retry feature and reboot after 120 seconds. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/socrates_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig
index 770f37a..c4a3fd3 100644
--- a/configs/socrates_defconfig
+++ b/configs/socrates_defconfig
@@ -20,6 +20,9 @@ CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_SYS_MONITOR_BASE=0xFFF40000
CONFIG_BOOTDELAY=1
+CONFIG_BOOT_RETRY=y
+CONFIG_BOOT_RETRY_TIME=120
+CONFIG_RESET_TO_RETRY=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run boot_nor"
CONFIG_USE_PREBOOT=y