summaryrefslogtreecommitdiff
path: root/include/configs/colibri_t30.h
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 /include/configs/colibri_t30.h
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.
Diffstat (limited to 'include/configs/colibri_t30.h')
-rw-r--r--include/configs/colibri_t30.h2
1 files changed, 1 insertions, 1 deletions
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