summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-05-21 11:20:45 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:23 +0200
commit2e4b8b5cd282515d496f5a5b30f5a9c037b70fce (patch)
treec67edb7f4759f735e657e832e8d147b78fb47b71 /include/configs/omap3_evm.h
parent1dd07fe8e9ba4e0ae449faf871bb81ebd36c62a9 (diff)
downloadblackbird-obmc-uboot-2e4b8b5cd282515d496f5a5b30f5a9c037b70fce.tar.gz
blackbird-obmc-uboot-2e4b8b5cd282515d496f5a5b30f5a9c037b70fce.zip
omap3evm: Set BOOTDELAY to 3
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>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r--include/configs/omap3_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 1fcb7af9fe..fb3bf34b95 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" \
OpenPOWER on IntegriCloud