mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-31 03:21:32 +00:00
highbank: set AUTOBOOT_KEYED_CTRLC config option
Let highbank users break into the autoboot script with ctrl-c. Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
This commit is contained in:
parent
00ddacc1a1
commit
2a19de42ec
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
#define CONFIG_RESET_TO_RETRY
|
#define CONFIG_RESET_TO_RETRY
|
||||||
#define CONFIG_AUTOBOOT_KEYED
|
#define CONFIG_AUTOBOOT_KEYED
|
||||||
#define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds...\nPress <s> to stop or <d> to delay\n", bootdelay
|
#define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds...\nPress <s> to stop or <d> to delay\n", bootdelay
|
||||||
|
#define CONFIG_AUTOBOOT_KEYED_CTRLC
|
||||||
/*
|
/*
|
||||||
* Miscellaneous configurable options
|
* Miscellaneous configurable options
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue