Reduce BOOTDELAY variable to 1 second by default for STK1002
authorHans-Christian Egtvedt <hcegtvedt@atmel.com>
Thu, 30 Aug 2007 13:03:05 +0000 (15:03 +0200)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Thu, 30 Aug 2007 15:27:44 +0000 (17:27 +0200)
Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
include/configs/atstk1002.h

index 6573664..f7bf62c 100644 (file)
@@ -87,7 +87,7 @@
  * Only interrupt autoboot if <space> is pressed. Otherwise, garbage
  * data on the serial line may interrupt the boot sequence.
  */
-#define CONFIG_BOOTDELAY               2
+#define CONFIG_BOOTDELAY               1
 #define CONFIG_AUTOBOOT                        1
 #define CONFIG_AUTOBOOT_KEYED          1
 #define CONFIG_AUTOBOOT_PROMPT                         \