mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 06:28:54 +00:00
ARM: highbank: enable reset on command timeout
Enable resetting on command timeout. The timeout is set with environment setting bootretry. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
This commit is contained in:
parent
0f7cf3803f
commit
e1df283c26
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@
|
|||
#define CONFIG_MENU
|
||||
|
||||
#define CONFIG_BOOTDELAY 2
|
||||
#define CONFIG_BOOT_RETRY_TIME -1
|
||||
#define CONFIG_RESET_TO_RETRY
|
||||
|
||||
/*
|
||||
* Miscellaneous configurable options
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue