projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ddacc
)
highbank: set AUTOBOOT_KEYED_CTRLC config option
author
Mark Langsdorf
<mark.langsdorf@calxeda.com>
Tue, 10 Sep 2013 20:20:24 +0000
(15:20 -0500)
committer
Tom Rini
<trini@ti.com>
Fri, 8 Nov 2013 20:25:14 +0000
(15:25 -0500)
Let highbank users break into the autoboot script with ctrl-c.
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
include/configs/highbank.h
patch
|
blob
|
history
diff --git
a/include/configs/highbank.h
b/include/configs/highbank.h
index
44a8f93
..
b86eb43
100644
(file)
--- a/
include/configs/highbank.h
+++ b/
include/configs/highbank.h
@@
-82,7
+82,7
@@
#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
-
+#define CONFIG_AUTOBOOT_KEYED_CTRLC
/*
* Miscellaneous configurable options
*/