summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-05-09 03:14:21 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-05-09 03:14:21 +0200
commit0168facf489dab82af075950dfee821676419da8 (patch)
tree26115932711793c84ee1c5071397270510b91616
parentfbcc83d7214d1e2989201b692c07f9b3241af4cf (diff)
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.
-rw-r--r--include/configs/apalis_t30.h2
-rw-r--r--include/configs/colibri_t20.h2
-rw-r--r--include/configs/colibri_t30.h2
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