Skip to content
Snippets Groups Projects
Commit 76116f29 authored by Rob Herring's avatar Rob Herring Committed by Albert ARIBAUD
Browse files

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: default avatarRob Herring <rob.herring@calxeda.com>
parent 95395023
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment