From: Nikita Kiryanov Date: Mon, 7 Oct 2013 14:28:49 +0000 (+0300) Subject: cm_t35: reduce default bootdelay to 3 seconds X-Git-Tag: v2014.01-rc1~77^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a431be4caabb8424669057fb8122672e0c7e32fd;p=platform%2Fkernel%2Fu-boot.git cm_t35: reduce default bootdelay to 3 seconds Current default bootdelay of 10 seconds is too long. Reduce default bootdelay to 3 seconds. Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index bc5b66c..f74ccdc 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -169,7 +169,7 @@ #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ /* devices */ /* Environment information */ -#define CONFIG_BOOTDELAY 10 +#define CONFIG_BOOTDELAY 3 #define CONFIG_ZERO_BOOTDELAY_CHECK #define CONFIG_EXTRA_ENV_SETTINGS \