diff options
author | Tom Rini <trini@ti.com> | 2012-05-21 11:20:45 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:23 +0200 |
commit | 2e4b8b5cd282515d496f5a5b30f5a9c037b70fce (patch) | |
tree | c67edb7f4759f735e657e832e8d147b78fb47b71 | |
parent | 1dd07fe8e9ba4e0ae449faf871bb81ebd36c62a9 (diff) | |
download | u-boot-imx-2e4b8b5cd282515d496f5a5b30f5a9c037b70fce.zip u-boot-imx-2e4b8b5cd282515d496f5a5b30f5a9c037b70fce.tar.gz u-boot-imx-2e4b8b5cd282515d496f5a5b30f5a9c037b70fce.tar.bz2 |
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>
-rw-r--r-- | include/configs/omap3_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |