mirror of
https://xff.cz/git/u-boot/
synced 2025-10-01 23:41:18 +02:00
powerpc/mpc85xx: socrates: Add boot retry feature
add boot retry feature and reboot after 120 seconds. Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
@@ -20,6 +20,9 @@ CONFIG_FIT_VERBOSE=y
|
|||||||
CONFIG_OF_BOARD_SETUP=y
|
CONFIG_OF_BOARD_SETUP=y
|
||||||
CONFIG_SYS_MONITOR_BASE=0xFFF40000
|
CONFIG_SYS_MONITOR_BASE=0xFFF40000
|
||||||
CONFIG_BOOTDELAY=1
|
CONFIG_BOOTDELAY=1
|
||||||
|
CONFIG_BOOT_RETRY=y
|
||||||
|
CONFIG_BOOT_RETRY_TIME=120
|
||||||
|
CONFIG_RESET_TO_RETRY=y
|
||||||
CONFIG_USE_BOOTCOMMAND=y
|
CONFIG_USE_BOOTCOMMAND=y
|
||||||
CONFIG_BOOTCOMMAND="run boot_nor"
|
CONFIG_BOOTCOMMAND="run boot_nor"
|
||||||
CONFIG_USE_PREBOOT=y
|
CONFIG_USE_PREBOOT=y
|
||||||
|
Reference in New Issue
Block a user