projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd07fe
)
omap3evm: Set BOOTDELAY to 3
author
Tom Rini
<trini@ti.com>
Mon, 21 May 2012 11:20:45 +0000
(11:20 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:23 +0000
(14:07 +0200)
We reduce the bootdelay from 10s to 3s to give users a short but usable
window to interrupt the boot process if needed.
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/omap3_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/omap3_evm.h
b/include/configs/omap3_evm.h
index 1fcb7af9fe2128969ebee408323c8411c72a44d0..fb3bf34b95b2cdf6f93c511643100ea6b152b15b 100644
(file)
--- a/
include/configs/omap3_evm.h
+++ b/
include/configs/omap3_evm.h
@@
-134,7
+134,7
@@
* Default environment
* -----------------------------------------------------------------------------
*/
-#define CONFIG_BOOTDELAY
10
+#define CONFIG_BOOTDELAY
3
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \