summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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