mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
highbank: enable keyed autoboot stop
Restrict autoboot interruption to "s" or "d" keys. This will prevent some unwanted stopping and also allow disabling the reset on command timeout. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
This commit is contained in:
parent
953950234d
commit
76116f29ee
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@
|
|||
#define CONFIG_BOOTDELAY 2
|
||||
#define CONFIG_BOOT_RETRY_TIME -1
|
||||
#define CONFIG_RESET_TO_RETRY
|
||||
#define CONFIG_AUTOBOOT_KEYED
|
||||
#define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds...\nPress <s> to stop or <d> to delay\n", bootdelay
|
||||
|
||||
/*
|
||||
* Miscellaneous configurable options
|
||||
|
|
Loading…
Add table
Reference in a new issue