projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9539502
)
highbank: enable keyed autoboot stop
author
Rob Herring
<rob.herring@calxeda.com>
Thu, 13 Jun 2013 03:24:54 +0000
(22:24 -0500)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 25 Jul 2013 06:16:37 +0000
(08:16 +0200)
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>
include/configs/highbank.h
patch
|
blob
|
history
diff --git
a/include/configs/highbank.h
b/include/configs/highbank.h
index e01d4bb2981c78c38869ef2603436d6f36cd6ed0..5710be5bf6a82d32919ca0515e715d014d361e42 100644
(file)
--- a/
include/configs/highbank.h
+++ b/
include/configs/highbank.h
@@
-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