]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap3evm: Set BOOTDELAY to 3
authorTom Rini <trini@ti.com>
Mon, 21 May 2012 11:20:45 +0000 (11:20 +0000)
committerAlbert 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

index 1fcb7af9fe2128969ebee408323c8411c72a44d0..fb3bf34b95b2cdf6f93c511643100ea6b152b15b 100644 (file)
  * Default environment
  * -----------------------------------------------------------------------------
  */
-#define CONFIG_BOOTDELAY       10
+#define CONFIG_BOOTDELAY       3
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "loadaddr=0x82000000\0" \