From: Tom Rini Date: Mon, 21 May 2012 11:20:45 +0000 (+0000) Subject: omap3evm: Set BOOTDELAY to 3 X-Git-Tag: v2012.07-rc1~11^2~165 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=2e4b8b5cd282515d496f5a5b30f5a9c037b70fce 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 --- 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" \