浏览代码

Reduce BOOTDELAY variable to 1 second by default for STK1002

Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Hans-Christian Egtvedt 17 年之前
父节点
当前提交
696dd1307c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/configs/atstk1002.h

+ 1 - 1
include/configs/atstk1002.h

@@ -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				\