diff mbox

[U-Boot,2/4] omap3evm: Set BOOTDELAY to 3

Message ID 1337635247-17206-2-git-send-email-trini@ti.com
State Accepted
Commit 2e4b8b5cd282515d496f5a5b30f5a9c037b70fce
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini May 21, 2012, 9:20 p.m. UTC
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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 1fcb7af..fb3bf34 100644
--- 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" \