From 0168facf489dab82af075950dfee821676419da8 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 9 May 2013 03:14:21 +0200 Subject: apalis/colibri_t20/30: decrease boot delay As we have lots of impatient managers lets decrease the default boot delay. One can still enter the interactive U-Boot console by hitting a key just in time of boot/reset. Please note currently at Toradex we from the Linux team concentrate on feature stability rather than fast booting. --- include/configs/apalis_t30.h | 2 +- include/configs/colibri_t20.h | 2 +- include/configs/colibri_t30.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index cc66cb6abb..e2c8d45f4a 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -64,7 +64,7 @@ /* disabled for now #define CONFIG_HW_WATCHDOG */ #undef CONFIG_BOOTDELAY -#define CONFIG_BOOTDELAY 5 +#define CONFIG_BOOTDELAY 0 #define CONFIG_NETMASK 255.255.255.0 #undef CONFIG_IPADDR #define CONFIG_IPADDR 192.168.10.2 diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 17b7a5c5ae..ea2e5220e6 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -71,7 +71,7 @@ #define CONFIG_LZO #undef CONFIG_BOOTDELAY -#define CONFIG_BOOTDELAY 5 +#define CONFIG_BOOTDELAY 0 #define CONFIG_NETMASK 255.255.255.0 #undef CONFIG_IPADDR #define CONFIG_IPADDR 192.168.10.2 diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index 4d8d635aa1..cbbdd1f71d 100644 --- a/include/configs/colibri_t30.h +++ b/include/configs/colibri_t30.h @@ -64,7 +64,7 @@ /* disabled for now #define CONFIG_HW_WATCHDOG */ #undef CONFIG_BOOTDELAY -#define CONFIG_BOOTDELAY 5 +#define CONFIG_BOOTDELAY 0 #define CONFIG_NETMASK 255.255.255.0 #undef CONFIG_IPADDR #define CONFIG_IPADDR 192.168.10.2 -- cgit v1.2.3